diff options
Diffstat (limited to 'mail/message-browser.c')
-rw-r--r-- | mail/message-browser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/message-browser.c b/mail/message-browser.c index 71a0a4464d..b167f39127 100644 --- a/mail/message-browser.c +++ b/mail/message-browser.c @@ -182,7 +182,7 @@ set_bonobo_ui (GtkWidget *widget, FolderBrowser *fb) /* Load our UI */ - bonobo_ui_component_freeze (uic, NULL); + /*bonobo_ui_component_freeze (uic, NULL);*/ bonobo_ui_util_set_ui (uic, EVOLUTION_DATADIR, "evolution-mail-messagedisplay.xml", "evolution-mail"); /* Load the appropriate UI stuff from the folder browser */ @@ -204,7 +204,7 @@ set_bonobo_ui (GtkWidget *widget, FolderBrowser *fb) /* Done */ - bonobo_ui_component_thaw (uic, NULL); + /*bonobo_ui_component_thaw (uic, NULL);*/ } |