From: Jose Dapena Paz Date: Wed, 25 Mar 2009 20:21:20 +0000 (+0000) Subject: Remove problematic initial hint in accounts window (fixes NB#107764) X-Git-Tag: git_migration_finished~208 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=7057c96c6fd06229ae0542e6995bc3dc27e7e175 Remove problematic initial hint in accounts window (fixes NB#107764) pmo-trunk-r8389 --- diff --git a/src/hildon2/modest-account-view-window.c b/src/hildon2/modest-account-view-window.c index 95111a5..9451d89 100644 --- a/src/hildon2/modest-account-view-window.c +++ b/src/hildon2/modest-account-view-window.c @@ -308,7 +308,6 @@ modest_account_view_window_init (ModestAccountViewWindow *self) main_vbox = GTK_DIALOG (self)->vbox; pannable = hildon_pannable_area_new (); - g_object_set (G_OBJECT (pannable), "initial-hint", TRUE, NULL); gtk_widget_show (pannable); gtk_container_add (GTK_CONTAINER (pannable), GTK_WIDGET (priv->account_view));