X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fgnome%2Fmodest-main-window.c;h=cf2bed425179621747ad6cdfa2512002f97df61c;hb=b69345f02a040bdf9148f53f81f1e2d16c7379f3;hp=f9ec0edffbbcc2fd9d4d856df4c093f617ee5383;hpb=9e57e2cf29636dad01d035358e2795340e7a89d0;p=modest diff --git a/src/gnome/modest-main-window.c b/src/gnome/modest-main-window.c index f9ec0ed..cf2bed4 100644 --- a/src/gnome/modest-main-window.c +++ b/src/gnome/modest-main-window.c @@ -45,7 +45,7 @@ #include "modest-main-window-ui.h" #include "modest-main-window-ui-dimming.h" #include "modest-account-mgr.h" -#include "modest-conf.h" +#include "modest-defs.h" #include #include "modest-mail-operation.h" #include "modest-icon-names.h" @@ -896,6 +896,8 @@ save_state (ModestWindow *window) MODEST_CONF_MAIN_WINDOW_KEY); modest_widget_memory_save (conf, G_OBJECT(priv->main_paned), MODEST_CONF_MAIN_PANED_KEY); + modest_widget_memory_save (conf, G_OBJECT(priv->msg_paned), + MODEST_CONF_MSG_PANED_KEY); modest_widget_memory_save (conf, G_OBJECT(priv->folder_view), MODEST_CONF_FOLDER_VIEW_KEY); }