Show message on /bookmark remove when bookmark does not exist

This commit is contained in:
James Booth
2014-02-02 00:59:32 +00:00
parent 92b85bb7f1
commit 9d957e5f93
10 changed files with 47 additions and 15 deletions

View File

@@ -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