* src/folderview.c
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Wed, 12 May 2004 18:46:29 +0000 (18:46 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Wed, 12 May 2004 18:46:29 +0000 (18:46 +0000)
release lock in case of folder could not be opened

ChangeLog.claws
configure.ac
src/folderview.c

index ce0ff532009999e8c085cac0ccfe91bb1e885c4d..80f181a0c443d25016c09aabe3f9571fe53b3865 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-12 [alfons]    0.9.10claws60
+
+       * src/folderview.c
+               release lock in case of folder could not be opened 
+
 2004-05-11 [christoph] 0.9.10claws59
 
        * src/inc.[ch]
 2004-05-11 [christoph] 0.9.10claws59
 
        * src/inc.[ch]
index 8f38eaeae1a7862ee4e0662bee6f57c702a6f018..291893cc6b813d474713aaf5d79a72e3693b1381 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=10
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=10
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=59
+EXTRA_VERSION=60
 
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
index 1097fd06457d90658a98273a881546aa24c54a4a..cd50d58351641fa6e339c4be0a76f51466d17320 100644 (file)
@@ -1512,6 +1512,9 @@ static void folderview_selected(GtkCTree *ctree, GtkCTreeNode *row,
 
                alertpanel_error(_("Folder could not be opened."));
 
 
                alertpanel_error(_("Folder could not be opened."));
 
+               folderview->open_folder = FALSE;
+               can_select = TRUE;
+
                return;
         }
 
                return;
         }