After applying the attached patch, the preferences dialog of nautilus will be centered on-screen, which is consistent with other capplets. It doesn't break the code freeze because it's against a data file, right?
-- Christian Neumair <[EMAIL PROTECTED]>
Index: src/nautilus-file-management-properties.glade =================================================================== RCS file: /cvs/gnome/nautilus/src/nautilus-file-management-properties.glade,v retrieving revision 1.14 diff -u -r1.14 nautilus-file-management-properties.glade --- src/nautilus-file-management-properties.glade 12 Oct 2004 21:54:28 -0000 1.14 +++ src/nautilus-file-management-properties.glade 27 Feb 2005 16:31:17 -0000 @@ -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>
-- nautilus-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/nautilus-list
