Typo in gnome port making build fail.
authorJose Dapena Paz <jdapena@igalia.com>
Sun, 10 May 2009 11:17:53 +0000 (13:17 +0200)
committerJose Dapena Paz <jdapena@igalia.com>
Sun, 10 May 2009 11:17:53 +0000 (13:17 +0200)
* 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

index 20cff0a..4a207ac 100644 (file)
@@ -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)
 #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));
                                                           MODEST_CONF_HEADER_VIEW_KEY);
 #endif
                        modest_header_view_clear (MODEST_HEADER_VIEW(header_view));