mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 14:56:23 +00:00
Show message on /bookmark remove when bookmark does not exist
This commit is contained in:
@@ -95,7 +95,7 @@ void _mock_cons_show_account_list(gchar **accounts)
|
||||
static
|
||||
char * _mock_ui_ask_password(void)
|
||||
{
|
||||
return (char *)mock();
|
||||
return (char *)mock();
|
||||
}
|
||||
|
||||
static
|
||||
@@ -160,7 +160,7 @@ void
|
||||
mock_cons_show(void)
|
||||
{
|
||||
cons_show = _mock_cons_show;
|
||||
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user