X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-account-view-window.c;h=b103f314d734f5e3d5c1b86c92f0a921e6980dc5;hb=29675b14cbc6a762e020b92ee39f47ad3d8e7a1c;hp=cb8313ec5b4c8555efaa93b1328f859a9f1ad7a3;hpb=b7175c0985827cf6483ee96ade649cd05e688a31;p=modest diff --git a/src/maemo/modest-account-view-window.c b/src/maemo/modest-account-view-window.c index cb8313e..b103f31 100644 --- a/src/maemo/modest-account-view-window.c +++ b/src/maemo/modest-account-view-window.c @@ -162,22 +162,7 @@ on_edit_button_clicked (GtkWidget *button, ModestAccountViewWindow *self) static void on_add_button_clicked (GtkWidget *button, ModestAccountViewWindow *self) { -/* GtkWidget *assistant; */ - ModestAccountViewWindowPrivate *priv; - ModestTnyPlatformFactory *fact; - ModestAccountMgr *account_mgr; - - priv = MODEST_ACCOUNT_VIEW_WINDOW_GET_PRIVATE(self); - fact = MODEST_TNY_PLATFORM_FACTORY (modest_tny_platform_factory_get_instance ()); - account_mgr = modest_tny_platform_factory_get_account_mgr_instance (fact); -/* FIXME: - assistant = modest_account_assistant_new (account_mgr, - priv->widget_factory); - gtk_window_set_transient_for (GTK_WINDOW(assistant), - GTK_WINDOW(self)); - - gtk_widget_show (GTK_WIDGET(assistant)); -*/ + g_message (__FUNCTION__); }