From b38d0585d5c247f2dd036147bab11261a63b81d8 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Sun, 10 May 2009 13:17:53 +0200 Subject: [PATCH] Typo in gnome port making build fail. * src/modest-ui-actions.c (modest_ui_actions_on_folder_selection_changed): removed a typo in Gnome build, that made build crash. --- src/modest-ui-actions.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 20cff0a..4a207ac 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -2708,7 +2708,8 @@ modest_ui_actions_on_folder_selection_changed (ModestFolderView *folder_view, #ifdef MODEST_TOOLKIT_GTK if (modest_main_window_get_contents_style (main_window) == MODEST_MAIN_WINDOW_CONTENTS_STYLE_HEADERS) - modest_widget_memory_save (conf, G_OBJECT (header_view), + modest_widget_memory_save (modest_runtime_get_conf (), + G_OBJECT (header_view), MODEST_CONF_HEADER_VIEW_KEY); #endif modest_header_view_clear (MODEST_HEADER_VIEW(header_view)); -- 1.7.9.5