aboutsummaryrefslogtreecommitdiffstats
path: root/filter/rule-editor.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-04-23 09:23:42 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-04-23 09:23:42 +0800
commit36875999d7315e9f36eb9d9b8f657a0bd38a0751 (patch)
tree95e90a7cb83beeee70e3905702d9f01f3f154e0e /filter/rule-editor.c
parente665715db3699e251ab24f1ced54bbd9096a3900 (diff)
downloadgsoc2013-evolution-36875999d7315e9f36eb9d9b8f657a0bd38a0751.tar
gsoc2013-evolution-36875999d7315e9f36eb9d9b8f657a0bd38a0751.tar.gz
gsoc2013-evolution-36875999d7315e9f36eb9d9b8f657a0bd38a0751.tar.bz2
gsoc2013-evolution-36875999d7315e9f36eb9d9b8f657a0bd38a0751.tar.lz
gsoc2013-evolution-36875999d7315e9f36eb9d9b8f657a0bd38a0751.tar.xz
gsoc2013-evolution-36875999d7315e9f36eb9d9b8f657a0bd38a0751.tar.zst
gsoc2013-evolution-36875999d7315e9f36eb9d9b8f657a0bd38a0751.zip
removed debug spew.
2003-04-18 Not Zed <NotZed@Ximian.com> * rule-editor.c (d): removed debug spew. * addresses #41398 * vfolder-rule.c (format_source): helper function to decode a url into a more user-friendly format. (source_add, get_widget): add the formatted data as another column to the table. (vfolder_editor_sourcelist_new): add another column to the table, a formatted uri as well as the raw one. (d): turned off debug vomit while i'm here. svn path=/trunk/; revision=20929
Diffstat (limited to 'filter/rule-editor.c')
-rw-r--r--filter/rule-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/rule-editor.c b/filter/rule-editor.c
index a4cfef2871..05c1fd3589 100644
--- a/filter/rule-editor.c
+++ b/filter/rule-editor.c
@@ -37,7 +37,7 @@ static int enable_undo = 0;
void rule_editor_add_undo (RuleEditor *re, int type, FilterRule *rule, int rank, int newrank);
void rule_editor_play_undo (RuleEditor *re);
-#define d(x) x
+#define d(x)
static void set_source (RuleEditor *re, const char *source);
static void set_sensitive (RuleEditor *re);