[cinnamon/f17] update the nemo patch

leigh123linux leigh123linux at fedoraproject.org
Fri Nov 2 17:01:45 UTC 2012


commit 735847c46246512e6f0795603dc23e9ab919531c
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Fri Nov 2 17:01:22 2012 +0000

    update the nemo patch

 nemo.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/nemo.patch b/nemo.patch
index f516686..9e01c17 100644
--- a/nemo.patch
+++ b/nemo.patch
@@ -7,7 +7,7 @@
 -        if 'org.nemo' in Gio.Settings.list_schemas():
 -            alwaysUseLocationEntryCB = GSettingsCheckButton(_("Always Use Location Entry In Nemo"), "org.nemo.preferences", "show-location-entry", None)
 +        if 'org.gnome.nautilus' in Gio.Settings.list_schemas():
-+            alwaysUseLocationEntryCB = GSettingsCheckButton(_("Always Use Location Entry In Nautilus"), "org.gnome.nautilus.preferences", "show-location-entry", None)
++            alwaysUseLocationEntryCB = GSettingsCheckButton(_("Always Use Location Entry In Nautilus"), "org.gnome.nautilus.preferences", "always-use-location-entry", None)
              other_settings_box.pack_start(alwaysUseLocationEntryCB, False, False, 2)
          cursorThemeSwitcher = GSettingsComboBox(_("Cursor theme"), "org.gnome.desktop.interface", "cursor-theme", None, self._load_cursor_themes())
          other_settings_box.pack_start(cursorThemeSwitcher, False, False, 2)


More information about the scm-commits mailing list