[gnome-settings-daemon] Fix small typo in README.xsettings



commit ac9bee871e601043cdac8fb2a7991057dd39898a
Author: Ryan Lortie <desrt desrt ca>
Date:   Thu Nov 14 11:00:35 2013 -0500

    Fix small typo in README.xsettings

 plugins/xsettings/README.xsettings |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/xsettings/README.xsettings b/plugins/xsettings/README.xsettings
index c2449b5..624ccab 100644
--- a/plugins/xsettings/README.xsettings
+++ b/plugins/xsettings/README.xsettings
@@ -27,7 +27,7 @@ booleans -- you must use an integer that is either 0 or 1.
 An example setting for this key (as expressed in GVariant text format)
 might be:
 
- { 'Gtk/ShellShowsAppMenu': < 0 >, 'Xft/DPI', < 98304 > }
+ { 'Gtk/ShellShowsAppMenu': < 0 >, 'Xft/DPI': < 98304 > }
 
 Noting that variants must be specified in the usual way (wrapped in <>).
 


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