From b3800945679e14f8bc6ca2b8f08915e0bd5dd7af Mon Sep 17 00:00:00 2001 From: bertrand Date: Mon, 13 Mar 2000 05:04:31 +0000 Subject: once we have the bonobo control widget, disable the autoactivation and 2000-03-13 bertrand * shell/e-shell-view.c (get_view): once we have the bonobo control widget, disable the autoactivation and activate the control frame. 2000-03-12 bertrand * folder-browser-factory.c (folder_browser_factory_init): name change. (control_activate_cb): when the control is activated, it merges its own UI with the remote UIHandler. (control_add_menu): sample menu merging. (folder_browser_factory): connect the control "activate" signal. (Bonobo control / shell view) UIMenu merging. svn path=/trunk/; revision=2110 --- mail/folder-browser.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/folder-browser.c') diff --git a/mail/folder-browser.c b/mail/folder-browser.c index 130011732b..9a3a8cee9c 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -58,6 +58,7 @@ folder_browser_load_folder (FolderBrowser *fb, const char *name) CamelException ex; gboolean new_folder_exists = FALSE; + camel_exception_init (&ex); new_folder = camel_store_get_folder (default_session->store, name, &ex); @@ -171,6 +172,8 @@ folder_browser_gui_init (FolderBrowser *fb) gtk_widget_show (fb->message_list_w); gtk_paned_add2 (GTK_PANED (fb->vpaned), GTK_WIDGET (fb->mail_display)); + gtk_paned_set_position (GTK_PANED (fb->vpaned), 200); + gtk_widget_show (GTK_WIDGET (fb->mail_display)); gtk_widget_show (GTK_WIDGET (fb)); -- cgit