X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-account-view-window.c;h=d4f7af81de0ba568fdd3b915d1302bec83a74689;hb=0152c3a3f792de4b33e73d01a5697efc3c399f06;hp=6c8c502afd0d6b4fd9f4af0747be1b6234e2ba50;hpb=3187a4d50cb38def3ccbcbf0b69e60d08a5bf828;p=modest diff --git a/src/widgets/modest-account-view-window.c b/src/widgets/modest-account-view-window.c index 6c8c502..d4f7af8 100644 --- a/src/widgets/modest-account-view-window.c +++ b/src/widgets/modest-account-view-window.c @@ -216,7 +216,7 @@ modest_account_view_window_init (ModestAccountViewWindow *self) #ifdef MODEST_TOOLKIT_HILDON2 live_search = modest_account_view_setup_live_search (MODEST_ACCOUNT_VIEW (priv->account_view)); - hildon_live_search_widget_hook (HILDON_LIVE_SEARCH (live_search), GTK_WIDGET (self), GTK_WIDGET (priv->account_view)); + hildon_live_search_widget_hook (HILDON_LIVE_SEARCH (live_search), GTK_WIDGET (self), GTK_TREE_VIEW (priv->account_view)); #endif modest_account_view_set_picker_mode (MODEST_ACCOUNT_VIEW (priv->account_view), TRUE);