mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 13:26:22 +00:00
Added roster contact themes
This commit is contained in:
@@ -1071,6 +1071,7 @@ cmd_close(ProfWin *window, const char *const command, gchar **args)
|
||||
} else {
|
||||
cons_show("Closed %d windows.", count);
|
||||
}
|
||||
rosterwin_roster();
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
@@ -1083,6 +1084,7 @@ cmd_close(ProfWin *window, const char *const command, gchar **args)
|
||||
} else {
|
||||
cons_show("Closed %d windows.", count);
|
||||
}
|
||||
rosterwin_roster();
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
@@ -1141,6 +1143,7 @@ cmd_close(ProfWin *window, const char *const command, gchar **args)
|
||||
wins_tidy();
|
||||
}
|
||||
|
||||
rosterwin_roster();
|
||||
return TRUE;
|
||||
} else {
|
||||
if (g_strcmp0(args[0], "console") == 0) {
|
||||
@@ -1175,6 +1178,7 @@ cmd_close(ProfWin *window, const char *const command, gchar **args)
|
||||
wins_tidy();
|
||||
}
|
||||
|
||||
rosterwin_roster();
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user