diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nautilus-properties-window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c index 825c9e94d..7d5e6bb28 100644 --- a/src/nautilus-properties-window.c +++ b/src/nautilus-properties-window.c @@ -2511,7 +2511,6 @@ create_page_with_box (GtkNotebook *notebook, g_assert (title != NULL); box = gtk_box_new (orientation, 0); - gtk_widget_show (box); g_object_set (box, "margin", 12, NULL); if (orientation == GTK_ORIENTATION_HORIZONTAL) { |