summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-09-26 10:17:14 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-09-26 10:18:22 -0400
commitc6299e775ae7770b5b98ede0b70e90ecd04bc742 (patch)
treeef46dd483221fe11e1f318c212673b86a6ebfe4e
parent278a92edf777eb3dc623a4284ef4d81af3f77d27 (diff)
downloadnautilus-c6299e775ae7770b5b98ede0b70e90ecd04bc742.tar.gz
trivial: fix a critical when opening preferences
Just a trivial cleanup for a critical accidentally introduced in commit db72d73b3cd58493b1b8878a52ff8a9f5d350602
-rw-r--r--src/nautilus-file-management-properties.c2
-rw-r--r--src/nautilus-file-management-properties.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-file-management-properties.c b/src/nautilus-file-management-properties.c
index a759e162c..5127f9eab 100644
--- a/src/nautilus-file-management-properties.c
+++ b/src/nautilus-file-management-properties.c
@@ -717,7 +717,7 @@ nautilus_file_management_properties_dialog_setup (GtkBuilder *builder, GtkWindow
3);
nautilus_file_management_properties_size_group_create (builder,
"preview_label",
- 5);
+ 4);
create_date_format_menu (builder);
/* setup preferences */
diff --git a/src/nautilus-file-management-properties.ui b/src/nautilus-file-management-properties.ui
index cf327b695..ce058f43d 100644
--- a/src/nautilus-file-management-properties.ui
+++ b/src/nautilus-file-management-properties.ui
@@ -1536,7 +1536,7 @@
<property name="can_focus">False</property>
<property name="spacing">12</property>
<child>
- <object class="GtkLabel" id="preview_label_4">
+ <object class="GtkLabel" id="preview_label_3">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>