mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 03:06:21 +00:00
Merge pull request #1344 from DebXWoody/bugfix/1327
Bugfix: Status with PGP shows offline in titlebar
This commit is contained in:
@@ -150,13 +150,12 @@ sv_ev_roster_received(void)
|
|||||||
}
|
}
|
||||||
free(err_str);
|
free(err_str);
|
||||||
|
|
||||||
// Redraw the screen after entry of the PGP secret key
|
// Redraw the screen after entry of the PGP secret key, but not init
|
||||||
ProfWin *win = wins_get_current();
|
ProfWin *win = wins_get_current();
|
||||||
char *theme = prefs_get_string(PREF_THEME);
|
char *theme = prefs_get_string(PREF_THEME);
|
||||||
win_clear(win);
|
win_clear(win);
|
||||||
theme_init(theme);
|
theme_init(theme);
|
||||||
prefs_free_string(theme);
|
prefs_free_string(theme);
|
||||||
ui_init();
|
|
||||||
ui_resize();
|
ui_resize();
|
||||||
ui_show_roster();
|
ui_show_roster();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user