X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-account-view-window.c;h=4a05ea8c66633a29722c2616d81eb09202b15ff1;hb=6ca7860709a266498740a857278099fc6f42cbd6;hp=5a71f74ba130902b7dfe651f8e6e6913d1bc8c13;hpb=157fed2dd3809705fdcc24ae16bfefa8d1f81ce2;p=modest diff --git a/src/hildon2/modest-account-view-window.c b/src/hildon2/modest-account-view-window.c index 5a71f74..4a05ea8 100644 --- a/src/hildon2/modest-account-view-window.c +++ b/src/hildon2/modest-account-view-window.c @@ -233,7 +233,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_TREE_VIEW (priv->account_view)); + hildon_live_search_widget_hook (HILDON_LIVE_SEARCH (live_search), GTK_WIDGET (self), GTK_WIDGET (priv->account_view)); #endif modest_account_view_set_picker_mode (MODEST_ACCOUNT_VIEW (priv->account_view), TRUE);