* Modified the update_account signature to ensure that the account is a ModestTnyAccount
[modest] / src / widgets / modest-window-priv.h
index 4d8f5c1..5d10b75 100644 (file)
@@ -33,7 +33,6 @@
 #include <gtk/gtkuimanager.h>
 #include <tny-account-store.h>
 #include "modest-tny-platform-factory.h"
-#include "modest-widget-factory.h"
 
 G_BEGIN_DECLS
 
@@ -42,6 +41,8 @@ struct _ModestWindowPrivate {
        GtkUIManager         *ui_manager;
        GtkWidget            *toolbar;
        GtkWidget            *menubar;
+
+       gchar                *active_account;
 };
 
 #define MODEST_WINDOW_GET_PRIVATE(o)      (G_TYPE_INSTANCE_GET_PRIVATE((o), \