[nautilus] preferences: remove obsolete background preferences



commit e676a40dcef267c312e27c4191adc0d22eaf1554
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Oct 13 17:35:47 2010 +0200

    preferences: remove obsolete background preferences

 libnautilus-private/nautilus-global-preferences.h  |   10 ------
 libnautilus-private/nautilus.convert               |    6 ----
 .../org.gnome.nautilus.gschema.xml.in              |   30 --------------------
 3 files changed, 0 insertions(+), 46 deletions(-)
---
diff --git a/libnautilus-private/nautilus-global-preferences.h b/libnautilus-private/nautilus-global-preferences.h
index cc4bef8..23b8194 100644
--- a/libnautilus-private/nautilus-global-preferences.h
+++ b/libnautilus-private/nautilus-global-preferences.h
@@ -35,16 +35,6 @@ G_BEGIN_DECLS
 /* Whether exit when last window destroyed */
 #define NAUTILUS_PREFERENCES_EXIT_WITH_LAST_WINDOW		"exit-with-last-window"
 
-/* Desktop Background options */
-#define NAUTILUS_PREFERENCES_BACKGROUND_SET                     "background-set"
-#define NAUTILUS_PREFERENCES_BACKGROUND_COLOR                   "background-color"
-#define NAUTILUS_PREFERENCES_BACKGROUND_URI                     "background-uri"
-
-/* Side Pane Background options */
-#define NAUTILUS_PREFERENCES_SIDE_PANE_BACKGROUND_SET           "side-pane-background-set"
-#define NAUTILUS_PREFERENCES_SIDE_PANE_BACKGROUND_COLOR         "side-pane-background-color"
-#define NAUTILUS_PREFERENCES_SIDE_PANE_BACKGROUND_URI           "side-pane-background-uri"
-
 /* Automount options */
 #define NAUTILUS_PREFERENCES_MEDIA_AUTOMOUNT			"automount"
 #define NAUTILUS_PREFERENCES_MEDIA_AUTOMOUNT_OPEN		"automount-open"
diff --git a/libnautilus-private/nautilus.convert b/libnautilus-private/nautilus.convert
index 215e24e..5eca16f 100644
--- a/libnautilus-private/nautilus.convert
+++ b/libnautilus-private/nautilus.convert
@@ -22,12 +22,6 @@ default-sort-order = /apps/nautilus/icon_view/default_sort_order
 default-sort-in-reverse-order = /apps/nautilus/icon_view/default_sort_in_reverse_order
 show-desktop = /apps/nautilus/preferences/show_desktop
 desktop-is-home-dir = /apps/nautilus/preferences/desktop_is_home_dir
-background-set = /apps/nautilus/preferences/background_set
-background-color = /apps/nautilus/preferences/background_color
-background-uri = /apps/nautilus/preferences/background_filename
-side-pane-background-set = /apps/nautilus/preferences/side_pane_background_set
-side-pane-background-color = /apps/nautilus/preferences/side_pane_background_color
-side-pane-background-uri = /apps/nautilus/preferences/side_pane_background_filename
 default-folder-viewer = /apps/nautilus/preferences/default_folder_viewer
 date-format = /apps/nautilus/preferences/date_format
 show-hidden-files = /desktop/gnome/file_views/show_hidden_files
diff --git a/libnautilus-private/org.gnome.nautilus.gschema.xml.in b/libnautilus-private/org.gnome.nautilus.gschema.xml.in
index 1177044..fa2806e 100644
--- a/libnautilus-private/org.gnome.nautilus.gschema.xml.in
+++ b/libnautilus-private/org.gnome.nautilus.gschema.xml.in
@@ -190,36 +190,6 @@
       <_summary>Nautilus uses the users home folder as the desktop</_summary>
       <_description>If set to true, then Nautilus will use the user's home folder as the desktop.  If it is false, then it will use ~/Desktop as the desktop.</_description>
     </key>
-    <key name="background-set" type="b">
-      <default>false</default>
-      <_summary>Custom Background</_summary>
-      <_description>Whether a custom default folder background has been set.</_description>
-    </key>
-    <key name="background-color" type="s">
-      <default>'#ffffff'</default>
-      <_summary>Default Background Color</_summary>
-      <_description>Color for the default folder background.  Only used if background_set is true.</_description>
-    </key>
-    <key name="background-uri" type="s">
-      <default>''</default>
-      <_summary>Default Background Filename</_summary>
-      <_description>Uri of the default folder background.  Only used if background_set is true.</_description>
-    </key>
-    <key name="side-pane-background-set" type="b">
-      <default>false</default>
-      <_summary>Custom Side Pane Background Set</_summary>
-      <_description>Whether a custom default side pane background has been set.</_description>
-    </key>
-    <key name="side-pane-background-color" type="s">
-      <default>'#ffffff'</default>
-      <_summary>Default Side Pane Background Color</_summary>
-      <_description>Filename for the default side pane background.  Only used if side_pane_background_set is true.</_description>
-    </key>
-    <key name="side-pane-background-uri" type="s">
-      <default>""</default>
-      <_summary>Default Side Pane Background Filename</_summary>
-      <_description>Uri of the default side pane background.  Only used if side_pane_background_set is true.</_description>
-    </key>
     <key name="default-folder-viewer" enum="org.gnome.nautilus.FolderView">
       <aliases>
         <alias value='icon_view' target='icon-view'/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]