X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fgnome%2Fmodest-main-window.c;h=0030755af7f1cc4dee4138c11459041cc5c361cc;hp=4491577ae7f7f7682db9ddcedc50a65107655131;hb=6cfc86073c3ad33565a50c70fce034e9b3fb0a96;hpb=9f4ac039eb47915ec367a05d893c871a077c9390 diff --git a/src/gnome/modest-main-window.c b/src/gnome/modest-main-window.c index 4491577..0030755 100644 --- a/src/gnome/modest-main-window.c +++ b/src/gnome/modest-main-window.c @@ -793,3 +793,10 @@ modest_main_window_on_msg_view_window_msg_changed (ModestMsgViewWindow *view_win g_message("NOT IMPLEMENTED %s", __FUNCTION__); return FALSE; } + +gboolean +modest_main_window_screen_is_on (ModestMainWindow *self) +{ + g_message("NOT IMPLEMENTED %s", __FUNCTION__); + return TRUE; +}