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.13,1.14


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/workwizu workwizu.c,1.13,1.14
Date: Thu, 16 Jan 2003 04:51:06 -0500

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

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

Index: workwizu.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/workwizu/workwizu.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- workwizu.c  14 Jan 2003 22:17:27 -0000      1.13
+++ workwizu.c  16 Jan 2003 09:51:03 -0000      1.14
@@ -453,7 +453,7 @@
                                            
                        free(line);
                        my_user->statssender = 
-                                       gtk_timeout_add (10000, 
+                                       eb_timeout_add  (10000, 
                                        (GtkFunction)send_stats, 
GINT_TO_POINTER(sock));
                        break;
                case CONN_ESTABLISHED:
@@ -624,7 +624,7 @@
 {
        if (sock != -1) {
                if (my_user->statssender != -1) 
-                       gtk_timeout_remove(my_user->statssender);
+                       eb_timeout_remove(my_user->statssender);
                my_user->statssender = -1;
                        
                close(sock);





reply via email to

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