From: Jose Dapena Paz Date: Sun, 10 May 2009 11:17:53 +0000 (+0200) Subject: Typo in gnome port making build fail. X-Git-Tag: 3.0.17-rc4~13 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=b38d0585d5c247f2dd036147bab11261a63b81d8 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. --- 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));