evolution r37202 - in trunk: . addressbook/gui/widgets calendar/gui calendar/gui/alarm-notify mail mail/importers plugins/backup-restore plugins/email-custom-header plugins/face widgets/misc



Author: mbarnes
Date: Sun Feb  1 01:18:42 2009
New Revision: 37202
URL: http://svn.gnome.org/viewvc/evolution?rev=37202&view=rev

Log:
2009-01-31  Matthew Barnes  <mbarnes redhat com>

	** Disable debug macros (#define d(x) x) throughout.  (#569638)



Modified:
   trunk/ChangeLog
   trunk/addressbook/gui/widgets/gal-view-minicard.c
   trunk/calendar/gui/alarm-notify/alarm-notify.c
   trunk/calendar/gui/alarm-notify/alarm-queue.c
   trunk/calendar/gui/gnome-cal.c
   trunk/calendar/gui/memos-component.c
   trunk/mail/em-migrate.c
   trunk/mail/importers/elm-importer.c
   trunk/mail/importers/pine-importer.c
   trunk/plugins/backup-restore/backup.c
   trunk/plugins/email-custom-header/email-custom-header.c
   trunk/plugins/face/face.c
   trunk/widgets/misc/e-unicode.c

Modified: trunk/addressbook/gui/widgets/gal-view-minicard.c
==============================================================================
--- trunk/addressbook/gui/widgets/gal-view-minicard.c	(original)
+++ trunk/addressbook/gui/widgets/gal-view-minicard.c	Sun Feb  1 01:18:42 2009
@@ -34,7 +34,7 @@
 #include "gal-view-minicard.h"
 
 #define PARENT_TYPE gal_view_get_type ()
-#define d(x) x
+#define d(x)
 
 static GalViewClass *gal_view_minicard_parent_class;
 

Modified: trunk/calendar/gui/alarm-notify/alarm-notify.c
==============================================================================
--- trunk/calendar/gui/alarm-notify/alarm-notify.c	(original)
+++ trunk/calendar/gui/alarm-notify/alarm-notify.c	Sun Feb  1 01:18:42 2009
@@ -46,7 +46,7 @@
         GMutex *mutex;
 };
 
-#define d(x) x
+#define d(x)
 
 
 static void alarm_notify_class_init (AlarmNotifyClass *klass);

Modified: trunk/calendar/gui/alarm-notify/alarm-queue.c
==============================================================================
--- trunk/calendar/gui/alarm-notify/alarm-queue.c	(original)
+++ trunk/calendar/gui/alarm-notify/alarm-queue.c	Sun Feb  1 01:18:42 2009
@@ -57,7 +57,7 @@
 
 
 
-#define d(x) x
+#define d(x)
 
 /* The dialog with alarm nofications */
 static AlarmNotificationsDialog *alarm_notifications_dialog = NULL;

Modified: trunk/calendar/gui/gnome-cal.c
==============================================================================
--- trunk/calendar/gui/gnome-cal.c	(original)
+++ trunk/calendar/gui/gnome-cal.c	Sun Feb  1 01:18:42 2009
@@ -88,7 +88,7 @@
 #define G_MAXINT32	((gint32)  0x7fffffff)
 #endif
 
-#define d(x) x
+#define d(x)
 
 /* hash table define for non intrusive error dialog */
 static GHashTable *non_intrusive_error_table = NULL;

Modified: trunk/calendar/gui/memos-component.c
==============================================================================
--- trunk/calendar/gui/memos-component.c	(original)
+++ trunk/calendar/gui/memos-component.c	Sun Feb  1 01:18:42 2009
@@ -118,7 +118,6 @@
 	GList *notifications;
 };
 
-/* #define d(x) x */
 #define d(x)
 
 static void

Modified: trunk/mail/em-migrate.c
==============================================================================
--- trunk/mail/em-migrate.c	(original)
+++ trunk/mail/em-migrate.c	Sun Feb  1 01:18:42 2009
@@ -73,7 +73,7 @@
 #include "em-utils.h"
 #include "em-migrate.h"
 
-#define d(x) x
+#define d(x)
 
 #ifndef G_OS_WIN32
 /* No versions previous to 2.8 or thereabouts have been available on

Modified: trunk/mail/importers/elm-importer.c
==============================================================================
--- trunk/mail/importers/elm-importer.c	(original)
+++ trunk/mail/importers/elm-importer.c	Sun Feb  1 01:18:42 2009
@@ -46,7 +46,7 @@
 #include "e-util/e-import.h"
 #include "e-util/e-error.h"
 
-#define d(x) x
+#define d(x)
 
 struct _elm_import_msg {
 	MailMsg base;

Modified: trunk/mail/importers/pine-importer.c
==============================================================================
--- trunk/mail/importers/pine-importer.c	(original)
+++ trunk/mail/importers/pine-importer.c	Sun Feb  1 01:18:42 2009
@@ -49,7 +49,7 @@
 #include "e-util/e-import.h"
 #include "e-util/e-error.h"
 
-#define d(x) x
+#define d(x)
 
 struct _pine_import_msg {
 	MailMsg base;

Modified: trunk/plugins/backup-restore/backup.c
==============================================================================
--- trunk/plugins/backup-restore/backup.c	(original)
+++ trunk/plugins/backup-restore/backup.c	Sun Feb  1 01:18:42 2009
@@ -76,7 +76,7 @@
 	{ NULL }
 };
 
-#define d(x) x
+#define d(x)
 
 #define rc(x) G_STMT_START { g_message (x); system (x); } G_STMT_END
 

Modified: trunk/plugins/email-custom-header/email-custom-header.c
==============================================================================
--- trunk/plugins/email-custom-header/email-custom-header.c	(original)
+++ trunk/plugins/email-custom-header/email-custom-header.c	Sun Feb  1 01:18:42 2009
@@ -39,7 +39,7 @@
 #include "email-custom-header.h"
 
 
-#define d(x) x
+#define d(x)
 #define GCONF_KEY_CUSTOM_HEADER "/apps/evolution/eplugin/email_custom_header/customHeader"
 
 typedef struct {

Modified: trunk/plugins/face/face.c
==============================================================================
--- trunk/plugins/face/face.c	(original)
+++ trunk/plugins/face/face.c	Sun Feb  1 01:18:42 2009
@@ -32,7 +32,7 @@
 #include <e-util/e-error.h>
 #include <e-util/e-util.h>
 
-#define d(x) x
+#define d(x)
 
 gboolean	e_plugin_ui_init		(GtkUIManager *manager,
 						 EMsgComposer *composer);

Modified: trunk/widgets/misc/e-unicode.c
==============================================================================
--- trunk/widgets/misc/e-unicode.c	(original)
+++ trunk/widgets/misc/e-unicode.c	Sun Feb  1 01:18:42 2009
@@ -46,7 +46,7 @@
 #include <glib/gi18n.h>
 #include "e-unicode.h"
 
-#define d(x) x
+#define d(x)
 
 #define FONT_TESTING
 #define MAX_DECOMP 8



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