mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Handle listing ignored bookmarks when none are ignored
This commit is contained in:
parent
de8975c008
commit
1cfab017a4
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user