ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src chat_room.c,1.56,1.56.2.1 chat_window.c,1


From: Andy Maloney <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src chat_room.c,1.56,1.56.2.1 chat_window.c,1.62.2.2,1.62.2.3 dialog.h,1.11,1.11.2.1 plugin_api.c,1.14,1.14.2.1
Date: Sun, 30 Mar 2003 07:17:17 -0500

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

Modified Files:
      Tag: new_prefs
        chat_room.c chat_window.c dialog.h plugin_api.c 
Log Message:
Remove include of prefs.h from dialog.h

Index: chat_room.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_room.c,v
retrieving revision 1.56
retrieving revision 1.56.2.1
diff -u -r1.56 -r1.56.2.1
--- chat_room.c 22 Mar 2003 12:39:29 -0000      1.56
+++ chat_room.c 30 Mar 2003 12:17:15 -0000      1.56.2.1
@@ -29,6 +29,7 @@
 #include "util.h"
 #include "sound.h"
 #include "dialog.h"
+#include "prefs.h"
 #include "smileys.h"
 #include "service.h"
 #include "add_contact_window.h"

Index: chat_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_window.c,v
retrieving revision 1.62.2.2
retrieving revision 1.62.2.3
diff -u -r1.62.2.2 -r1.62.2.3
--- chat_window.c       23 Mar 2003 11:42:56 -0000      1.62.2.2
+++ chat_window.c       30 Mar 2003 12:17:15 -0000      1.62.2.3
@@ -45,6 +45,7 @@
 #include "add_contact_window.h"
 #include "sound.h"
 #include "dialog.h"
+#include "prefs.h"
 #include "gtk_globals.h"
 #include "status.h"
 #include "away_window.h"

Index: dialog.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/dialog.h,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -r1.11 -r1.11.2.1
--- dialog.h    22 Mar 2003 11:32:53 -0000      1.11
+++ dialog.h    30 Mar 2003 12:17:15 -0000      1.11.2.1
@@ -103,9 +103,6 @@
 } /* extern "C" */
 #endif
 
-/*prefs.c*/
-#include "prefs.h"
-
 /*editcontacts.c*/
 void eb_new_user();
 

Index: plugin_api.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/plugin_api.c,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -u -r1.14 -r1.14.2.1
--- plugin_api.c        21 Mar 2003 11:19:07 -0000      1.14
+++ plugin_api.c        30 Mar 2003 12:17:15 -0000      1.14.2.1
@@ -29,6 +29,7 @@
 #include "globals.h"
 #include "plugin.h"
 #include "dialog.h"
+#include "prefs.h"
 
 
 static void eb_gtk_dialog_callback(GtkWidget *widget, gpointer data)





reply via email to

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