SF.net SVN: geany: [1685] trunk/src/keybindings.c

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Jul 9 15:35:26 UTC 2007


Revision: 1685
          http://svn.sourceforge.net/geany/?rev=1685&view=rev
Author:   eht16
Date:     2007-07-09 08:35:25 -0700 (Mon, 09 Jul 2007)

Log Message:
-----------
Fix wrong default value (thanks John).

Modified Paths:
--------------
    trunk/src/keybindings.c

Modified: trunk/src/keybindings.c
===================================================================
--- trunk/src/keybindings.c	2007-07-09 15:11:18 UTC (rev 1684)
+++ trunk/src/keybindings.c	2007-07-09 15:35:25 UTC (rev 1685)
@@ -261,7 +261,7 @@
 	keys[GEANY_KEYS_EDIT_COMMENTLINE] = fill(cb_func_edit,
 		0, 0, "edit_commentline", _("Comment line(s)"));
 	keys[GEANY_KEYS_EDIT_UNCOMMENTLINE] = fill(cb_func_edit,
-		0, 0 | GDK_CONTROL_MASK, "edit_uncommentline", _("Uncomment line(s)"));
+		0, 0, "edit_uncommentline", _("Uncomment line(s)"));
 	keys[GEANY_KEYS_EDIT_INCREASEINDENT] = fill(cb_func_edit,
 		GDK_i, GDK_CONTROL_MASK, "edit_increaseindent", _("Increase indent"));
 	keys[GEANY_KEYS_EDIT_DECREASEINDENT] = fill(cb_func_edit,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list