ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src status.c,1.66,1.67 status.h,1.9,1.10


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src status.c,1.66,1.67 status.h,1.9,1.10
Date: Sat, 22 Mar 2003 05:22:43 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv13585/src

Modified Files:
        status.c status.h 
Log Message:
fix inclusion of status.h in main.c


Index: status.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/status.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- status.c    21 Mar 2003 20:28:04 -0000      1.66
+++ status.c    22 Mar 2003 10:22:40 -0000      1.67
@@ -355,9 +355,10 @@
                        event->button, event->time );
 }
 
-int add_menu_items(GtkWidget *menu, int cur_service, int should_sep,
+int add_menu_items(void *vmenu, int cur_service, int should_sep,
                        struct contact *conn, eb_account *acc, eb_local_account 
*ela)
 {
+       GtkWidget *menu = (GtkWidget *)vmenu;
        GtkWidget *submenu, *button;
        menu_data *md=NULL;
        menu_item_data *mid=NULL;

Index: status.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/status.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- status.h    21 Mar 2003 20:09:00 -0000      1.9
+++ status.h    22 Mar 2003 10:22:40 -0000      1.10
@@ -71,7 +71,7 @@
 void update_user(eb_account * ea );
 void update_contact_window_length ();
 void focus_statuswindow (void);
-int add_menu_items(GtkWidget *menu, int cur_service, int should_sep,
+int add_menu_items(void *menu, int cur_service, int should_sep,
                        struct contact *conn, eb_account *acc, eb_local_account 
*ela);
 
 #ifdef __cplusplus





reply via email to

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