From: Jose Dapena Paz Date: Wed, 1 Apr 2009 21:07:02 +0000 (+0000) Subject: Remove autofocus handling with gtk_container in editor X-Git-Tag: git_migration_finished~157 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=2f389f63c41b57e95390a1d5df41edfc3ae91045 Remove autofocus handling with gtk_container in editor pmo-trunk-r8534 --- diff --git a/src/hildon2/modest-msg-edit-window.c b/src/hildon2/modest-msg-edit-window.c index bb6a623..4f77d83 100644 --- a/src/hildon2/modest-msg-edit-window.c +++ b/src/hildon2/modest-msg-edit-window.c @@ -888,8 +888,6 @@ init_window (ModestMsgEditWindow *obj) gtk_container_add (GTK_CONTAINER (window_align), main_vbox); hildon_pannable_area_add_with_viewport (HILDON_PANNABLE_AREA (priv->pannable), window_align); - gtk_container_set_focus_vadjustment (GTK_CONTAINER (main_vbox), - hildon_pannable_area_get_vadjustment (HILDON_PANNABLE_AREA (priv->pannable))); gtk_widget_show_all (GTK_WIDGET(priv->pannable)); window_box = gtk_vbox_new (FALSE, 0);