diff console/gntgaim.c @ 15740:73219517f583

gntgaim idle reporting, this fixes idle return
author Richard Nelson <wabz@pidgin.im>
date Tue, 27 Feb 2007 04:11:46 +0000
parents 14d85ee22d78
children
line wrap: on
line diff
--- a/console/gntgaim.c	Mon Feb 26 16:29:05 2007 +0000
+++ b/console/gntgaim.c	Tue Feb 27 04:11:46 2007 +0000
@@ -41,6 +41,7 @@
 #include "gntgaim.h"
 #include "gntprefs.h"
 #include "gntui.h"
+#include "gntidle.h"
 
 #define _GNU_SOURCE
 #include <getopt.h>
@@ -339,6 +340,7 @@
 
 	gaim_core_set_ui_ops(gnt_core_get_ui_ops());
 	gaim_eventloop_set_ui_ops(gnt_eventloop_get_ui_ops());
+	gaim_idle_set_ui_ops(gg_idle_get_ui_ops());
 
 	path = g_build_filename(gaim_user_dir(), "plugins", NULL);
 	gaim_plugins_add_search_path(path);