X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-account-view.c;h=eb3e0f3bc0a1387a9e88cbcd5a92ffb7254a82de;hp=356168daf0d969345e9647144319ff6a4ef3b777;hb=08d116fb924bde1079b7c19fc1182d6e8c93be77;hpb=cd52c8748afe0d7ef9987994d2f2386c2f53fbee diff --git a/src/widgets/modest-account-view.c b/src/widgets/modest-account-view.c index 356168d..eb3e0f3 100644 --- a/src/widgets/modest-account-view.c +++ b/src/widgets/modest-account-view.c @@ -286,7 +286,7 @@ init_view (ModestAccountView *self) -GtkWidget* +ModestAccountView* modest_account_view_new (ModestAccountMgr *account_mgr) { GObject *obj; @@ -302,6 +302,6 @@ modest_account_view_new (ModestAccountMgr *account_mgr) init_view (MODEST_ACCOUNT_VIEW (obj)); - return GTK_WIDGET(obj); + return MODEST_ACCOUNT_VIEW(obj); }