From f3b7471200e807b19d8542694e9bc3eaaa17d824 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Mon, 2 Jan 2006 11:41:43 +0000 Subject: Remove the first check in the previous commit. This is redundant as it is 2006-01-02 Harish Krishnaswamy * em-folder-view.c: (emfv_setting_notify): Remove the first check in the previous commit. This is redundant as it is always guaranteed that the component has been activated at this point. And when not, it ought to crash :-). svn path=/trunk/; revision=31026 --- mail/ChangeLog | 8 ++++++++ mail/em-folder-view.c | 5 +---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 9bf1bd045d..9150bf2529 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2006-01-02 Harish Krishnaswamy + + * em-folder-view.c: (emfv_setting_notify): + Remove the first check in the previous commit. + This is redundant as it is always guaranteed + that the component has been activated at this point. + And when not, it ought to crash :-). + 2006-01-02 Harish Krishnaswamy reviewed by: Parthasarathi diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c index b90d974655..7acbc6d3e1 100644 --- a/mail/em-folder-view.c +++ b/mail/em-folder-view.c @@ -2707,10 +2707,7 @@ emfv_setting_notify(GConfClient *gconf, guint cnxn_id, GConfEntry *entry, EMFold if (camel_object_meta_set (emfv->folder, "evolution:show_preview", state_gconf ? "1" : "0")) camel_object_state_write (emfv->folder); em_folder_browser_show_preview ((EMFolderBrowser *)emfv, state_gconf); - /* Set the prop only if the component has already been - * activated. */ - if (emfv->uic) - bonobo_ui_component_set_prop (emfv->uic, "/commands/ViewPreview", "state", state_gconf ? "1" : "0", NULL); + bonobo_ui_component_set_prop (emfv->uic, "/commands/ViewPreview", "state", state_gconf ? "1" : "0", NULL); break; } case EMFV_SHOW_DELETED: { gboolean state; -- cgit v1.2.3