mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
This case was clearly not tested locally, so many failures here.
I guess now this should be fine, at least for the no gui case. Locally it is working fine btw. I miss Gerrit and the ability to test before pushing right now... :'(
This commit is contained in:
parent
028d24283e
commit
bdad30b2d9
@ -137,7 +137,9 @@ prof_run(char *log_level, char *account_name, gboolean use_gtk)
|
|||||||
jabber_process_events(10);
|
jabber_process_events(10);
|
||||||
iq_autoping_check();
|
iq_autoping_check();
|
||||||
ui_update();
|
ui_update();
|
||||||
gtk_main_iteration_do(false);
|
if (gtk_enabled) {
|
||||||
|
gtk_main_iteration_do(false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user