Re: Can't get rid of mailbox tree in 1.2pre1



Hi,

On 2001.08.09 19:42 Heber Farnsworth wrote:
> Try this.  View -> Show Mailbox Tree.  The tree disappears.  Now quit
> balsa.  Start it again and not only is the tree back but it is really
> big!

Here's the fix, typical one-liner :)

Melanie
diff -b -B -r -u -P --exclude-from=ignore ../balsa-cvs/src/main-window.c ./src/main-window.c
--- ../balsa-cvs/src/main-window.c	Mon Aug  6 00:30:53 2001
+++ ./src/main-window.c	Thu Aug  9 21:08:33 2001
@@ -778,6 +778,11 @@
 				       (view_menu[MENU_VIEW_MAILBOX_LIST_POS].widget),
 				       balsa_app.show_mblist);
 
+    gtk_paned_set_position(GTK_PANED(window->hpaned), 
+			   balsa_app.show_mblist 
+			   ? balsa_app.mblist_width
+			   : 0);
+
     /*PKGW: do it this way, without the usizes. */
     if (balsa_app.previewpane)
  	gtk_paned_set_position(GTK_PANED(window->vpaned),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]