ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/workwizu workwizu.c,1.20,1.21


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/workwizu workwizu.c,1.20,1.21
Date: Mon, 27 Jan 2003 12:42:31 -0500

Update of /cvsroot/ayttm/ayttm/modules/workwizu
In directory subversions:/tmp/cvs-serv29407

Modified Files:
        workwizu.c 
Log Message:
get rid of gtk, again


Index: workwizu.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/workwizu/workwizu.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- workwizu.c  27 Jan 2003 17:12:59 -0000      1.20
+++ workwizu.c  27 Jan 2003 17:42:29 -0000      1.21
@@ -24,7 +24,6 @@
 #endif
 #include "intl.h"
 
-#include <gtk/gtk.h>
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>
@@ -51,9 +50,7 @@
 typedef unsigned long u_long;
 typedef unsigned long ulong;
 #endif
-#include "info_window.h"
 #include "workwizu.h"
-#include "gtk_eb_html.h"
 #include "contact.h"
 #include "service.h"
 #include "chat_window.h"
@@ -65,7 +62,7 @@
 #include "value_pair.h"
 #include "plugin_api.h"
 #include "smileys.h"
-#include "gtk_globals.h"
+#include "globals.h"
 
 #include "pixmaps/workwizu_online.xpm"
 #include "pixmaps/workwizu_away.xpm"
@@ -464,7 +461,7 @@
                        free(line);
                        my_user->statssender = 
                                        eb_timeout_add  (10000, 
-                                       (GtkFunction)send_stats, 
GINT_TO_POINTER(sock));
+                                       (eb_timeout_function)send_stats, 
GINT_TO_POINTER(sock));
                        break;
                case CONN_ESTABLISHED:
                        line = sock_read(sock);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]