X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fgtk%2Fmodest-edit-msg-window.c;h=4c7afcf00c62d7cacd5a49178ca08bd2e22d4efb;hb=635281c7043a6c6d2ab107244dd00b9786c3133f;hp=f70521a02cd09bbbfc5231a17be9aa9a10e46e7a;hpb=4890451afdc3b006fd724d86035c517478c1aaf2;p=modest diff --git a/src/gtk/modest-edit-msg-window.c b/src/gtk/modest-edit-msg-window.c index f70521a..4c7afcf 100644 --- a/src/gtk/modest-edit-msg-window.c +++ b/src/gtk/modest-edit-msg-window.c @@ -132,8 +132,7 @@ save_settings (ModestEditMsgWindow *self) priv = MODEST_EDIT_MSG_WINDOW_GET_PRIVATE(self); conf = modest_tny_platform_factory_get_modest_conf_instance (priv->fact); - modest_widget_memory_save_settings (conf, GTK_WIDGET(self), - "modest-edit-msg-window"); + modest_widget_memory_save (conf, GTK_WIDGET(self), "modest-edit-msg-window"); } @@ -146,8 +145,7 @@ restore_settings (ModestEditMsgWindow *self) priv = MODEST_EDIT_MSG_WINDOW_GET_PRIVATE(self); conf = modest_tny_platform_factory_get_modest_conf_instance (priv->fact); - modest_widget_memory_restore_settings (conf, GTK_WIDGET(self), - "modest-edit-msg-window"); + modest_widget_memory_restore (conf, GTK_WIDGET(self), "modest-edit-msg-window"); }