Also change bg color of attachments view.
[modest] / src / gnome / modest-main-window.c
index d7cc553..16510e7 100644 (file)
@@ -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 <modest-tny-msg.h>
 #include "modest-mail-operation.h"
 #include "modest-icon-names.h"
@@ -850,18 +850,18 @@ on_header_selected (ModestHeaderView *header_view,
 void      
 modest_main_window_notify_send_receive_initied    (ModestMainWindow *self)
 {
-       g_message("NOT IMPLEMENTED %s", __FUNCTION__);
+       g_warning("NOT IMPLEMENTED %s", __FUNCTION__);
 }
 void      
 modest_main_window_notify_send_receive_completed    (ModestMainWindow *self)
 {
-       g_message("NOT IMPLEMENTED %s", __FUNCTION__);
+       g_warning("NOT IMPLEMENTED %s", __FUNCTION__);
 }
 
 gboolean
 modest_main_window_transfer_mode_enabled (ModestMainWindow *self)
 {
-       g_message("NOT IMPLEMENTED %s", __FUNCTION__);
+       g_warning("NOT IMPLEMENTED %s", __FUNCTION__);
        return FALSE;
 }
 
@@ -871,14 +871,14 @@ modest_main_window_on_msg_view_window_msg_changed (ModestMsgViewWindow *view_win
                                                   GtkTreeRowReference *row_reference,
                                                   ModestMainWindow *self)
 {
-       g_message("NOT IMPLEMENTED %s", __FUNCTION__);
+       g_warning("NOT IMPLEMENTED %s", __FUNCTION__);
        return FALSE;
 }
 
 gboolean  
 modest_main_window_screen_is_on (ModestMainWindow *self)
 {
-       g_message("NOT IMPLEMENTED %s", __FUNCTION__);
+       g_warning("NOT IMPLEMENTED %s", __FUNCTION__);
        return TRUE;
 }