Make summaryview compile again.
authorDarko Koruga <darko@users.sourceforge.net>
Wed, 30 Jul 2003 05:55:18 +0000 (05:55 +0000)
committerDarko Koruga <darko@users.sourceforge.net>
Wed, 30 Jul 2003 05:55:18 +0000 (05:55 +0000)
ChangeLog.claws
configure.ac
src/summaryview.c

index f2d183eb2e18385d880996235ae4e6fdefaa310d..712b3fe406b71b02a6f36ab2107b3fe30b02738b 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-30 [darko]     0.9.3claws78
+
+       * src/summaryview.c
+               make it compile again
+
 2003-07-30 [luke]      0.9.3claws77
        * src/crash.c
        * src/main.c
index 8ab61de4409e9854a304b6f9bd83865ac3d1d9a0..63f358f52799291dff21bd186a8e19840be81b7f 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=3
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=77
+EXTRA_VERSION=78
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 else
index 2003b50e98b04ed87362fff4a540bd774f855778..77e6092859189231e32004189f23643952d60fd7 100644 (file)
@@ -1296,8 +1296,6 @@ static void summary_set_menu_sensitive(SummaryView *summaryview)
        GtkWidget *menuitem;
        gint i;
 
-       main_window_set_menu_sensitive(summaryview->mainwin);
-
        static const struct {
                gchar *const entry;
                SensitiveCond cond;
@@ -1346,6 +1344,8 @@ static void summary_set_menu_sensitive(SummaryView *summaryview)
                {NULL, 0}
        };
 
+       main_window_set_menu_sensitive(summaryview->mainwin);
+
        state = main_window_get_current_state(summaryview->mainwin);
 
        for (i = 0; entry[i].entry != NULL; i++) {