retry to make the separate window stuff work again
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 6 Jan 2002 19:33:39 +0000 (19:33 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 6 Jan 2002 19:33:39 +0000 (19:33 +0000)
ChangeLog.claws
configure.in
src/mainwindow.c

index 598089407ef860dc8caf7851201bac8e51f21bb2..469d4fa9594c096ffb0689da4a6d3e8e1320a686 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-06 [alfons]    0.6.6claws42
+
+       * src/mainwindow.c
+               try making the separate windows work again...
+
 2002-01-06 [alfons]    0.6.6claws41
 
        * src/mainwindow.c
 2002-01-06 [alfons]    0.6.6claws41
 
        * src/mainwindow.c
index 53ed94ca94931e03d6dc1960e2965c7161487144..22de1c41c712848d06b271c1102d707142a2641f 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=6
 MICRO_VERSION=6
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=6
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws41
+EXTRA_VERSION=claws42
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl
index 6c75cec70cb90b104449be976dddba69f97afa1a..5920631b67da6e77edde53a27179c316a6669a67 100644 (file)
@@ -1659,7 +1659,7 @@ static void main_window_set_widgets(MainWindow *mainwin, SeparateType type)
                gtk_container_add(GTK_CONTAINER(folderwin),
                                  GTK_WIDGET_PTR(mainwin->folderview));
 
                gtk_container_add(GTK_CONTAINER(folderwin),
                                  GTK_WIDGET_PTR(mainwin->folderview));
 
-               menu_set_sensitive(ifactory, "/View/Message view", FALSE);
+               menu_set_sensitive(ifactory, "/View/Message view", TRUE);
                menu_set_sensitive(ifactory, "/View/Folder tree", TRUE);
                
                mainwin->win.sep_folder.folderwin = folderwin;
                menu_set_sensitive(ifactory, "/View/Folder tree", TRUE);
                
                mainwin->win.sep_folder.folderwin = folderwin;
@@ -1687,7 +1687,7 @@ static void main_window_set_widgets(MainWindow *mainwin, SeparateType type)
                                  GTK_WIDGET_PTR(mainwin->messageview));
        
                menu_set_sensitive(ifactory, "/View/Message view", TRUE);
                                  GTK_WIDGET_PTR(mainwin->messageview));
        
                menu_set_sensitive(ifactory, "/View/Message view", TRUE);
-               menu_set_sensitive(ifactory, "/View/Folder tree", FALSE);
+               menu_set_sensitive(ifactory, "/View/Folder tree", TRUE);
 
                mainwin->win.sep_message.messagewin = messagewin;
                mainwin->win.sep_message.hpaned     = hpaned;
 
                mainwin->win.sep_message.messagewin = messagewin;
                mainwin->win.sep_message.hpaned     = hpaned;