aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/backup-restore/backup.c2
-rw-r--r--plugins/email-custom-header/email-custom-header.c2
-rw-r--r--plugins/face/face.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/backup-restore/backup.c b/plugins/backup-restore/backup.c
index f7a42114aa..ac0b257d17 100644
--- a/plugins/backup-restore/backup.c
+++ b/plugins/backup-restore/backup.c
@@ -76,7 +76,7 @@ static const GOptionEntry options[] = {
{ NULL }
};
-#define d(x) x
+#define d(x)
#define rc(x) G_STMT_START { g_message (x); system (x); } G_STMT_END
diff --git a/plugins/email-custom-header/email-custom-header.c b/plugins/email-custom-header/email-custom-header.c
index 5942d28c20..0305dd2c25 100644
--- a/plugins/email-custom-header/email-custom-header.c
+++ b/plugins/email-custom-header/email-custom-header.c
@@ -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 {
diff --git a/plugins/face/face.c b/plugins/face/face.c
index eff4fa5794..ba683e91aa 100644
--- a/plugins/face/face.c
+++ b/plugins/face/face.c
@@ -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);