bugfix for newsgroup selection dialog
authorHoà Viêt Dinh <dinh.viet.hoa@free.fr>
Fri, 19 Oct 2001 20:51:29 +0000 (20:51 +0000)
committerHoà Viêt Dinh <dinh.viet.hoa@free.fr>
Fri, 19 Oct 2001 20:51:29 +0000 (20:51 +0000)
ChangeLog.claws
configure.in
src/grouplistdialog.c

index 3678f01aeb00707c1db56ef745a970a9be6c4dc5..49984f685f431e2d63b3a820fa6914b6e1fde5a5 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-18 [hoa]        0.6.3claws27
+
+       * src/grouplistdialog.[c]
+               bugfix when we refresh was clicked
+
 2001-10-19 [christoph] 0.6.3claws26
 
        * src/compose.c
@@ -16,6 +21,7 @@
                reimplement ignore thread
        
 2001-10-18 [hoa]        0.6.3claws23
+
        * src/folderview.c
        * src/grouplistdialog.[ch]
                enhanced news subscription interface
index 56169849e0926774c73c16de1093bb4b325948be..c0df2f9f5f40f87458de99467fb3efa592a7d953 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=6
 MICRO_VERSION=3
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws26
+EXTRA_VERSION=claws27
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl
index 0dddd88ff6e3ef8388956e595133a3d2d6845b7f..6aa6502523f8041fa997846d00f537cd66b7882a 100644 (file)
@@ -384,6 +384,7 @@ static void refresh_clicked(GtkWidget *widget, gpointer data)
        if (locked) return;
 
        news_group_list_free(group_list);
+       group_list = NULL;
        news_remove_group_list(news_folder);
 
        str = gtk_editable_get_chars(GTK_EDITABLE(entry), 0, -1);