summaryrefslogtreecommitdiff
path: root/src/nautilus-properties-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-properties-window.c')
-rw-r--r--src/nautilus-properties-window.c1
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)
{