remove last remnants of main's filter code
authorPaul Mangan <paul@claws-mail.org>
Fri, 1 Nov 2002 20:26:39 +0000 (20:26 +0000)
committerPaul Mangan <paul@claws-mail.org>
Fri, 1 Nov 2002 20:26:39 +0000 (20:26 +0000)
ChangeLog.claws
configure.in
src/mainwindow.c

index 00350cc66372dd069584e49a118544e4fca4b4c4..c388c03a5f30f103cf43c698dabc78a168193366 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-01 [paul]      0.8.5claws67
+
+       * src/mainwindow.c
+               remove last remnants of main's filter code
+
 2002-11-01 [paul]      0.8.5claws66
 
        * tools/filter_conv.pl
index 8762194f3f73fad55c5a0372b794ea440b6ec83f..0104329e81f1cea740df277aab9958dd267e85ab 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=5
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws66
+EXTRA_VERSION=claws67
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index c4eff591729273128e4b537eb27e50a7d50ae4eb..d44e5985f516b6568cc8de7c2f943d2475c1c3f3 100644 (file)
@@ -777,10 +777,6 @@ static GtkItemFactoryEntry mainwin_entries[] =
                                                NULL, prefs_toolbar_cb, TOOLBAR_MAIN, NULL},
        {N_("/_Configuration/C_ustomize toolbar/_Compose toolbar..."),
                                                NULL, prefs_toolbar_cb, TOOLBAR_COMPOSE, NULL},
-#if 0
-       {N_("/_Configuration/_Filter setting..."),
-                                               NULL, prefs_filter_open_cb, 0, NULL},
-#endif
        {N_("/_Configuration/_Scoring..."),
                                                NULL, prefs_scoring_open_cb, 0, NULL},
        {N_("/_Configuration/_Filtering..."),