rpms/system-config-keyboard/devel system-config-keyboard-1.2.15-fixcomments.patch, NONE, 1.1

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Sat Apr 12 15:24:14 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/system-config-keyboard/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17249

Added Files:
	system-config-keyboard-1.2.15-fixcomments.patch 
Log Message:
* Sat Apr 12 2008 Lubomir Kundrak <lkundrak at redhat.com> 1.2.15-2
- Fix the comment line ending


system-config-keyboard-1.2.15-fixcomments.patch:

--- NEW FILE system-config-keyboard-1.2.15-fixcomments.patch ---
Index: src/keyboard_backend.py
===================================================================
--- src/keyboard_backend.py	(revision 562)
+++ src/keyboard_backend.py	(working copy)
@@ -36,9 +36,9 @@
             try:
                 keyboard = xf86config.getCoreKeyboard(xconfig)
             except:
-                xconfig.comment = '# This configuration file was broken by system-config-keyboard'
+                xconfig.comment = "\n# This configuration file was broken by system-config-keyboard\n"
                 keyboard = xf86config.XF86ConfInput ();
-                keyboard.comment = "# Keyboard added by system-config-keyboard"
+                keyboard.comment = "\n# Keyboard added by system-config-keyboard\n"
                 keyboard.identifier = "Keyboard0"
                 keyboard.driver = "kbd"
                 keyboard.options.insert (xf86config.XF86Option("XkbModel", "pc101"))




More information about the fedora-extras-commits mailing list