X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fgnome%2Fmodest-main-window.c;h=5d07395017a7bf78af2b3a1f68311d303defe175;hb=c9001bc9a4aa41e6c9a6ff9923e3ed194b02d5ad;hp=00aa551178ac83e177a7e1a07da6f23a76597c55;hpb=1296105a47db1939d45e5945a3ad38c2267bbac5;p=modest diff --git a/src/gnome/modest-main-window.c b/src/gnome/modest-main-window.c index 00aa551..5d07395 100644 --- a/src/gnome/modest-main-window.c +++ b/src/gnome/modest-main-window.c @@ -419,6 +419,8 @@ connect_signals (ModestMainWindow *self) G_CALLBACK(modest_ui_actions_on_msg_recpt_activated), self); /* Account store */ + /* Emmitted by our TnyAccountStore::get_password_func() implementation, + * This is not a normal part of tinymail: */ g_signal_connect (G_OBJECT (modest_runtime_get_account_store()), "password_requested", G_CALLBACK (modest_ui_actions_on_password_requested), self); @@ -720,6 +722,14 @@ modest_main_window_set_contents_style (ModestMainWindow *self, /* TODO */ } +ModestMainWindowContentsStyle +modest_main_window_get_contents_style (ModestMainWindow *self) +{ + /* TODO */ + return MODEST_MAIN_WINDOW_CONTENTS_STYLE_HEADERS; +} + + static void get_msg_callback (TnyFolder *folder, gboolean cancelled,