X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-main-window.c;h=978f7bfe8f197ad0eddc38ac2765f5e4cb78d3aa;hp=aba0ca680739d825d9a6179e2816e65750330422;hb=12a672c559d983c4e49a7e4054ee14c0177ecb1c;hpb=f3d583d6a6f5066b7f9ea655ee3c16c67a85a343 diff --git a/src/hildon2/modest-main-window.c b/src/hildon2/modest-main-window.c index aba0ca6..978f7bf 100644 --- a/src/hildon2/modest-main-window.c +++ b/src/hildon2/modest-main-window.c @@ -1685,14 +1685,10 @@ modest_main_window_set_contents_style (ModestMainWindow *self, switch (priv->contents_style) { case MODEST_MAIN_WINDOW_CONTENTS_STYLE_FOLDERS: wrap_in_scrolled_window (priv->contents_widget, GTK_WIDGET (priv->folder_view)); - modest_maemo_set_thumbable_scrollbar (GTK_SCROLLED_WINDOW(priv->contents_widget), - TRUE); gtk_widget_grab_focus (GTK_WIDGET (priv->folder_view)); break; case MODEST_MAIN_WINDOW_CONTENTS_STYLE_HEADERS: wrap_in_scrolled_window (priv->contents_widget, GTK_WIDGET (priv->header_view)); - modest_maemo_set_thumbable_scrollbar (GTK_SCROLLED_WINDOW(priv->contents_widget), - TRUE); gtk_widget_grab_focus (GTK_WIDGET (priv->header_view)); gtk_widget_show (GTK_WIDGET (priv->header_view)); break; @@ -1701,8 +1697,6 @@ modest_main_window_set_contents_style (ModestMainWindow *self, break; case MODEST_MAIN_WINDOW_CONTENTS_STYLE_EMPTY: wrap_in_scrolled_window (priv->contents_widget, GTK_WIDGET (priv->empty_view)); - modest_maemo_set_thumbable_scrollbar (GTK_SCROLLED_WINDOW(priv->contents_widget), - FALSE); if (priv->style == MODEST_MAIN_WINDOW_STYLE_SIMPLE) gtk_widget_grab_focus (GTK_WIDGET (priv->empty_view)); break;