comparison mcabber/src/main.c @ 1658:c3d0cb4dc9d4

Remove hk_mainloop()
author Mikael Berthe <mikael@lilotux.net>
date Sat, 05 Dec 2009 19:06:47 +0100
parents c4ee6d99f75b
children 2536a4b5e370
comparison
equal deleted inserted replaced
1657:c4ee6d99f75b 1658:c3d0cb4dc9d4
288 update_screen = TRUE; 288 update_screen = TRUE;
289 scr_Getch(&kcode); 289 scr_Getch(&kcode);
290 } 290 }
291 scr_CheckAutoAway(FALSE); 291 scr_CheckAutoAway(FALSE);
292 292
293 hk_mainloop();
294 return TRUE; 293 return TRUE;
295 } 294 }
296 295
297 static gboolean mcabber_source_dispatch(GSource *source, GSourceFunc callback, 296 static gboolean mcabber_source_dispatch(GSource *source, GSourceFunc callback,
298 gpointer udata) { 297 gpointer udata) {