mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 03:06:21 +00:00
Handle listing ignored bookmarks when none are ignored
This commit is contained in:
@@ -2687,6 +2687,12 @@ _show_roster_contacts(GSList *list, gboolean show_groups)
|
|||||||
void
|
void
|
||||||
cons_show_bookmarks_ignore(gchar **list, gsize len)
|
cons_show_bookmarks_ignore(gchar **list, gsize len)
|
||||||
{
|
{
|
||||||
|
if (len == 0) {
|
||||||
|
cons_show("");
|
||||||
|
cons_show("No ignored bookmarks");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
int i;
|
int i;
|
||||||
ProfWin *console = wins_get_console();
|
ProfWin *console = wins_get_console();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user