2007-07-12 Murray Cumming <murrayc@murrayc.com>
[modest] / src / widgets / modest-window.c
index eef669d..94f82a0 100644 (file)
@@ -164,6 +164,8 @@ modest_window_get_active_account (ModestWindow *self)
 void
 modest_window_set_active_account (ModestWindow *self, const gchar *active_account)
 {
+       printf ("DEBUG: %s: active_account=%s\n", __FUNCTION__, active_account);
+
        ModestWindowPrivate *priv;      
 
        priv = MODEST_WINDOW_GET_PRIVATE(self);