summaryrefslogtreecommitdiff
path: root/src/nautilus-properties-window.c
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-07-05 13:52:42 +0300
committerErnestas Kulik <ekulik@redhat.com>2019-06-28 15:57:19 +0200
commit40ba9387c5a671da80edcc272b9b987597a4081f (patch)
tree88767b3d38de799c372c9bd71af095b149f890c3 /src/nautilus-properties-window.c
parentc40aad24c18a637fbc867c2a69d2c954a522c0f3 (diff)
downloadnautilus-40ba9387c5a671da80edcc272b9b987597a4081f.tar.gz
properties-window: Remove redundant gtk_widget_show() calls
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)
{