evolution r37203 - in branches/gnome-2-24: . addressbook/gui/widgets calendar/gui calendar/gui/alarm-notify mail mail/importers plugins/backup-restore plugins/email-custom-header plugins/face widgets/misc
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r37203 - in branches/gnome-2-24: . addressbook/gui/widgets calendar/gui calendar/gui/alarm-notify mail mail/importers plugins/backup-restore plugins/email-custom-header plugins/face widgets/misc
- Date: Sun, 1 Feb 2009 01:18:46 +0000 (UTC)
Author: mbarnes
Date: Sun Feb 1 01:18:46 2009
New Revision: 37203
URL: http://svn.gnome.org/viewvc/evolution?rev=37203&view=rev
Log:
2009-01-31 Matthew Barnes <mbarnes redhat com>
** Disable debug macros (#define d(x) x) throughout. (#569638)
Modified:
branches/gnome-2-24/ChangeLog
branches/gnome-2-24/addressbook/gui/widgets/gal-view-minicard.c
branches/gnome-2-24/calendar/gui/alarm-notify/alarm-notify.c
branches/gnome-2-24/calendar/gui/alarm-notify/alarm-queue.c
branches/gnome-2-24/calendar/gui/gnome-cal.c
branches/gnome-2-24/calendar/gui/memos-component.c
branches/gnome-2-24/mail/em-migrate.c
branches/gnome-2-24/mail/importers/elm-importer.c
branches/gnome-2-24/mail/importers/pine-importer.c
branches/gnome-2-24/plugins/backup-restore/backup.c
branches/gnome-2-24/plugins/email-custom-header/email-custom-header.c
branches/gnome-2-24/plugins/face/face.c
branches/gnome-2-24/widgets/misc/e-unicode.c
Modified: branches/gnome-2-24/addressbook/gui/widgets/gal-view-minicard.c
==============================================================================
--- branches/gnome-2-24/addressbook/gui/widgets/gal-view-minicard.c (original)
+++ branches/gnome-2-24/addressbook/gui/widgets/gal-view-minicard.c Sun Feb 1 01:18:46 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: branches/gnome-2-24/calendar/gui/alarm-notify/alarm-notify.c
==============================================================================
--- branches/gnome-2-24/calendar/gui/alarm-notify/alarm-notify.c (original)
+++ branches/gnome-2-24/calendar/gui/alarm-notify/alarm-notify.c Sun Feb 1 01:18:46 2009
@@ -46,7 +46,7 @@
GMutex *mutex;
};
-#define d(x) x
+#define d(x)
static void alarm_notify_class_init (AlarmNotifyClass *klass);
Modified: branches/gnome-2-24/calendar/gui/alarm-notify/alarm-queue.c
==============================================================================
--- branches/gnome-2-24/calendar/gui/alarm-notify/alarm-queue.c (original)
+++ branches/gnome-2-24/calendar/gui/alarm-notify/alarm-queue.c Sun Feb 1 01:18:46 2009
@@ -59,7 +59,7 @@
-#define d(x) x
+#define d(x)
/* The dialog with alarm nofications */
static AlarmNotificationsDialog *alarm_notifications_dialog = NULL;
Modified: branches/gnome-2-24/calendar/gui/gnome-cal.c
==============================================================================
--- branches/gnome-2-24/calendar/gui/gnome-cal.c (original)
+++ branches/gnome-2-24/calendar/gui/gnome-cal.c Sun Feb 1 01:18:46 2009
@@ -91,7 +91,7 @@
#define G_MAXINT32 ((gint32) 0x7fffffff)
#endif
-#define d(x) x
+#define d(x)
/* Private part of the GnomeCalendar structure */
struct _GnomeCalendarPrivate {
Modified: branches/gnome-2-24/calendar/gui/memos-component.c
==============================================================================
--- branches/gnome-2-24/calendar/gui/memos-component.c (original)
+++ branches/gnome-2-24/calendar/gui/memos-component.c Sun Feb 1 01:18:46 2009
@@ -118,7 +118,6 @@
GList *notifications;
};
-/* #define d(x) x */
#define d(x)
static void
Modified: branches/gnome-2-24/mail/em-migrate.c
==============================================================================
--- branches/gnome-2-24/mail/em-migrate.c (original)
+++ branches/gnome-2-24/mail/em-migrate.c Sun Feb 1 01:18:46 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: branches/gnome-2-24/mail/importers/elm-importer.c
==============================================================================
--- branches/gnome-2-24/mail/importers/elm-importer.c (original)
+++ branches/gnome-2-24/mail/importers/elm-importer.c Sun Feb 1 01:18:46 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: branches/gnome-2-24/mail/importers/pine-importer.c
==============================================================================
--- branches/gnome-2-24/mail/importers/pine-importer.c (original)
+++ branches/gnome-2-24/mail/importers/pine-importer.c Sun Feb 1 01:18:46 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: branches/gnome-2-24/plugins/backup-restore/backup.c
==============================================================================
--- branches/gnome-2-24/plugins/backup-restore/backup.c (original)
+++ branches/gnome-2-24/plugins/backup-restore/backup.c Sun Feb 1 01:18:46 2009
@@ -77,7 +77,7 @@
{ NULL }
};
-#define d(x) x
+#define d(x)
#define rc(x) G_STMT_START { g_message (x); system (x); } G_STMT_END
Modified: branches/gnome-2-24/plugins/email-custom-header/email-custom-header.c
==============================================================================
--- branches/gnome-2-24/plugins/email-custom-header/email-custom-header.c (original)
+++ branches/gnome-2-24/plugins/email-custom-header/email-custom-header.c Sun Feb 1 01:18:46 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: branches/gnome-2-24/plugins/face/face.c
==============================================================================
--- branches/gnome-2-24/plugins/face/face.c (original)
+++ branches/gnome-2-24/plugins/face/face.c Sun Feb 1 01:18:46 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: branches/gnome-2-24/widgets/misc/e-unicode.c
==============================================================================
--- branches/gnome-2-24/widgets/misc/e-unicode.c (original)
+++ branches/gnome-2-24/widgets/misc/e-unicode.c Sun Feb 1 01:18:46 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]