ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.32,1.33


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.32,1.33
Date: Thu, 16 Jan 2003 04:51:05 -0500

Update of /cvsroot/ayttm/ayttm/modules/msn2
In directory subversions:/tmp/cvs-serv15316/modules/msn2

Modified Files:
        msn.C 
Log Message:
changed code almost everywhere.  removed gtk dependencies in some places, 
changed gdk_input_* to eb_input_*, etc... see the ChangeLog.

Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- msn.C       15 Jan 2003 17:46:26 -0000      1.32
+++ msn.C       16 Jan 2003 09:51:03 -0000      1.33
@@ -154,9 +154,8 @@
 static char do_mail_notify_script_name[MAX_PREF_LEN];
 static GList *msn_grouplist;
 static int listsyncing=0;
-#ifdef __MINGW32__
-#include "globals.h"
-#endif
+
+#include "gtk_globals.h"
 
 /*  Module Exports */
 PLUGIN_INFO plugin_info = {
@@ -504,7 +503,7 @@
 
 void ext_disable_conncheck() {
     if (conncheck_handler != -1 && do_check_connection) {
-           gtk_timeout_remove(conncheck_handler);
+           eb_timeout_remove(conncheck_handler);
            conncheck_handler = -1;
     }  
 }
@@ -570,7 +569,7 @@
        mlad->status=MSN_ONLINE;
        /* hack to check conn status */
         if (conncheck_handler == -1 && do_check_connection)
-           conncheck_handler = gtk_timeout_add(10000, (GtkFunction)checkconn, 
(gpointer)mlad->mc);
+           conncheck_handler = eb_timeout_add(10000, (GtkFunction)checkconn, 
(gpointer)mlad->mc);
 
 }
 
@@ -1294,7 +1293,7 @@
                strcpy(tomove->handle, ea->handle);
                strcpy(tomove->newgr, int_new_group);
                strcpy(tomove->oldgr, int_old_group);
-               gtk_timeout_add(1000, (GtkFunction)finish_group_move, 
(gpointer)tomove);
+               eb_timeout_add(1000, (GtkFunction)finish_group_move, 
(gpointer)tomove);
                return;
        } 
        msn_change_group(mainconn, ea->handle, oldid, newid);





reply via email to

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