ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/icq icq.c,1.3,1.4


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/icq icq.c,1.3,1.4
Date: Thu, 16 Jan 2003 04:51:05 -0500

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

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

Index: icq.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/icq/icq.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- icq.c       14 Jan 2003 22:17:24 -0000      1.3
+++ icq.c       16 Jan 2003 09:51:03 -0000      1.4
@@ -61,7 +61,7 @@
 #include "value_pair.h"
 #include "dialog.h"
 #include "chat_room.h"
-#include "globals.h"
+#include "gtk_globals.h"
 #include "input_list.h"
 #include "plugin_api.h"
 #include "smileys.h"
@@ -72,9 +72,9 @@
 #define DBG_ICQ do_icq_debug
 
 
-/*************************************************************************************
+/*******************************************************************************
  *                             Begin Module Code
- 
************************************************************************************/
+ 
******************************************************************************/
 /*  Module defines */
 #define plugin_info icq_LTX_plugin_info
 #define SERVICE_INFO icq_LTX_SERVICE_INFO
@@ -140,9 +140,9 @@
        return(ref_count);
 }
 
-/*************************************************************************************
+/*******************************************************************************
  *                             End Module Code
- 
************************************************************************************/
+ 
******************************************************************************/
 
 
 
@@ -925,14 +925,14 @@
 
 void RemoveTimers(icq_local_account * ila )
 {
-       gtk_timeout_remove(ila->select_id);
-       gtk_timeout_remove(ila->timeout_id);
+       eb_timeout_remove(ila->select_id);
+       eb_timeout_remove(ila->timeout_id);
 }
 
 void AddTimers(icq_local_account * ila)
 {
-               ila->select_id = gtk_timeout_add(100, SelectServer, NULL);
-               ila->timeout_id = gtk_timeout_add((guint32)60000, KeepAlive, 
NULL);
+               ila->select_id = eb_timeout_add(100, SelectServer, NULL);
+               ila->timeout_id = eb_timeout_add((guint32)60000, KeepAlive, 
NULL);
 }
 
 /* the callbacks that get used by EveryBuddy */





reply via email to

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