[evolution-patches] Patch to remove annoying some GalView debugging messages



-- Ettore
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gal/gal/menus/ChangeLog,v
retrieving revision 1.64
diff -u -p -r1.64 ChangeLog
--- ChangeLog	24 Apr 2003 16:46:50 -0000	1.64
+++ ChangeLog	15 May 2003 21:21:33 -0000
@@ -1,3 +1,9 @@
+2003-05-15  Ettore Perazzoli  <ettore ximian com>
+
+	* gal-view-collection.c (d): Disable debugging messages.
+
+	* gal-view-instance.c (d): Disable debugging messages.
+
 2003-04-23  Jeffrey Stedfast  <fejj ximian com>
 
 	* gal-view-instance.c (load_current_view): Try stat'ing the file
Index: gal-view-collection.c
===================================================================
RCS file: /cvs/gnome/gal/gal/menus/gal-view-collection.c,v
retrieving revision 1.26
diff -u -p -r1.26 gal-view-collection.c
--- gal-view-collection.c	21 Mar 2003 17:32:04 -0000	1.26
+++ gal-view-collection.c	15 May 2003 21:21:33 -0000
@@ -38,7 +38,7 @@
 
 static GObjectClass *gal_view_collection_parent_class;
 
-#define d(x) x
+#define d(x)
 
 enum {
 	DISPLAY_VIEW,
Index: gal-view-instance.c
===================================================================
RCS file: /cvs/gnome/gal/gal/menus/gal-view-instance.c,v
retrieving revision 1.14
diff -u -p -r1.14 gal-view-instance.c
--- gal-view-instance.c	24 Apr 2003 16:46:50 -0000	1.14
+++ gal-view-instance.c	15 May 2003 21:21:34 -0000
@@ -47,7 +47,7 @@ static const EPopupMenu separator = E_PO
 static const EPopupMenu terminator = E_POPUP_TERMINATOR;
 
 
-#define d(x) x
+#define d(x)
 
 enum {
 	DISPLAY_VIEW,


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