+2002-11-09 [christoph] 0.8.5claws110
+
+ * src/folderview.c
+ better unlock the mouse cursor before calling
+ summary_show because it changes the cursor too
+
2002-11-09 [christoph] 0.8.5claws109
* src/folder.[ch]
g_free(buf);
main_window_cursor_wait(folderview->mainwin);
-
+
if (folder_item_open(item) != 0) {
STATUSBAR_POP(folderview->mainwin);
main_window_cursor_normal(folderview->mainwin);
return;
}
+ main_window_cursor_normal(folderview->mainwin);
+
/* Show messages */
summary_set_prefs_from_folderitem(folderview->summaryview, item);
opened = summary_show(folderview->summaryview, item);
}
STATUSBAR_POP(folderview->mainwin);
- main_window_cursor_normal(folderview->mainwin);
folderview->open_folder = FALSE;
can_select = TRUE;