Skip to content

Commit

Permalink
do not change the thumbnails pane visibility after changing the layout
Browse files Browse the repository at this point in the history
really this time
  • Loading branch information
Paolo Bacchilega committed Jun 24, 2010
1 parent fdf35ce commit ccf8ca4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gthumb/gth-browser.c
Original file line number Diff line number Diff line change
Expand Up @@ -3368,11 +3368,10 @@ pref_ui_viewer_thumbnails_orient_changed (GConfClient *client,

gth_window_attach_content (GTH_WINDOW (browser), GTH_BROWSER_PAGE_VIEWER, browser->priv->viewer_thumbnails_pane);

gtk_widget_show (browser->priv->thumbnail_list);
gtk_widget_show (browser->priv->viewer_sidebar_pane);

if (_gth_browser_get_action_active (browser, "View_Thumbnail_List"))
gtk_widget_show (browser->priv->viewer_thumbnails_pane);
gtk_widget_show (browser->priv->thumbnail_list);
gtk_widget_show (browser->priv->viewer_sidebar_pane);
gtk_widget_show (browser->priv->viewer_thumbnails_pane);
}


Expand Down

0 comments on commit ccf8ca4

Please sign in to comment.