1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04: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:
David 2016-03-13 17:52:49 +01:00
parent 028d24283e
commit bdad30b2d9

View File

@ -137,7 +137,9 @@ prof_run(char *log_level, char *account_name, gboolean use_gtk)
jabber_process_events(10);
iq_autoping_check();
ui_update();
gtk_main_iteration_do(false);
if (gtk_enabled) {
gtk_main_iteration_do(false);
}
}
}