diff options
author | Bastien Nocera <hadess@hadess.net> | 2013-02-21 00:26:11 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2013-02-21 00:32:45 +0100 |
commit | 7ed13d4e5f3cc10b37faea042e884c5daf27b1b0 (patch) | |
tree | 859b77845510e0fb00031f23662b6ea5e761d951 /plugins/xrandr | |
parent | 1f27f20a1ef7450544b3a9f88d2d4ba001cc831f (diff) | |
download | gnome-settings-daemon-7ed13d4e5f3cc10b37faea042e884c5daf27b1b0.tar.gz |
plugins: Move default priority to plugin file
Move the default priority to the plugin files. The GSettings
is kept as a way to tweak the default value.
A few priorities were close to the default 100 priority, so those
were changed to use 100 as the priority.
Diffstat (limited to 'plugins/xrandr')
-rw-r--r-- | plugins/xrandr/xrandr.gnome-settings-plugin.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/xrandr/xrandr.gnome-settings-plugin.in b/plugins/xrandr/xrandr.gnome-settings-plugin.in index 5d4508ce..cf829442 100644 --- a/plugins/xrandr/xrandr.gnome-settings-plugin.in +++ b/plugins/xrandr/xrandr.gnome-settings-plugin.in @@ -1,6 +1,7 @@ [GNOME Settings Plugin] Module=xrandr IAge=0 +Priority=2 _Name=XRandR _Description=Set up screen size and rotation settings Authors=Various |