summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2005-03-01 11:33:47 +0000
committerAlexander Larsson <alexl@src.gnome.org>2005-03-01 11:33:47 +0000
commitf9ce2e83f8323ecdd56fce99e2756a890af409f3 (patch)
tree669c339152cdc717f1c0f1dbdac45196e316c9be
parent07eca57a80da6169c4cd38d4d581b9e50b54ab99 (diff)
downloadnautilus-f9ce2e83f8323ecdd56fce99e2756a890af409f3.tar.gz
Center dialog. Patch from Christian Neumair <chris@gnome-de.org>.
2005-03-01 Alexander Larsson <alexl@redhat.com> * src/nautilus-file-management-properties.glade: Center dialog. Patch from Christian Neumair <chris@gnome-de.org>.
-rw-r--r--ChangeLog5
-rw-r--r--src/nautilus-file-management-properties.glade2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f177b4851..106338ee9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-03-01 Alexander Larsson <alexl@redhat.com>
+ * src/nautilus-file-management-properties.glade:
+ Center dialog. Patch from Christian Neumair <chris@gnome-de.org>.
+
+2005-03-01 Alexander Larsson <alexl@redhat.com>
+
* configure.in:
Post release version bump
diff --git a/src/nautilus-file-management-properties.glade b/src/nautilus-file-management-properties.glade
index 0139729da..2ba155542 100644
--- a/src/nautilus-file-management-properties.glade
+++ b/src/nautilus-file-management-properties.glade
@@ -7,7 +7,7 @@
<property name="border_width">5</property>
<property name="title" translatable="yes">File Management Preferences</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
- <property name="window_position">GTK_WIN_POS_NONE</property>
+ <property name="window_position">GTK_WIN_POS_CENTER</property>
<property name="modal">False</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>