ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/jabber jabber.c,1.2,1.3 libEBjabber.


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

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

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

Index: jabber.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/jabber/jabber.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jabber.c    14 Jan 2003 22:17:26 -0000      1.2
+++ jabber.c    16 Jan 2003 09:51:03 -0000      1.3
@@ -55,6 +55,7 @@
 #include "input_list.h"
 #include "plugin_api.h"
 #include "smileys.h"
+#include "gtk_globals.h"
 
 #include "pixmaps/jabber_online.xpm"
 #include "pixmaps/jabber_away.xpm"

Index: libEBjabber.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/jabber/libEBjabber.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- libEBjabber.c       23 Dec 2002 22:04:43 -0000      1.1.1.1
+++ libEBjabber.c       16 Jan 2003 09:51:03 -0000      1.2
@@ -182,8 +182,7 @@
  * End jabber multiple connection routines
  ****************************************/
 
-void jabber_callback_handler(gpointer data, gint source,
-                          GdkInputCondition condition )
+void jabber_callback_handler(void *data, int source, eb_input_condition cond)
 {
     JABBER_Conn *JConn=data;
     /* Let libjabber do the work, it calls what we setup in jab_packet_handler 
*/





reply via email to

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