SF.net SVN: geany-plugins:[1356] trunk/geany-plugins/geanylipsum/src/ geanylipsum.c

frlan at users.sourceforge.net frlan at xxxxx
Sat May 15 21:25:40 UTC 2010


Revision: 1356
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1356&view=rev
Author:   frlan
Date:     2010-05-15 21:25:39 +0000 (Sat, 15 May 2010)

Log Message:
-----------
GeanyLipsum: Fix a minor typo on initialising of key bindings. However, this fix might could case key binding not to work anymore and to be reset.

Modified Paths:
--------------
    trunk/geany-plugins/geanylipsum/src/geanylipsum.c

Modified: trunk/geany-plugins/geanylipsum/src/geanylipsum.c
===================================================================
--- trunk/geany-plugins/geanylipsum/src/geanylipsum.c	2010-05-15 21:25:11 UTC (rev 1355)
+++ trunk/geany-plugins/geanylipsum/src/geanylipsum.c	2010-05-15 21:25:39 UTC (rev 1356)
@@ -166,7 +166,7 @@
 
 	/* init keybindings */
 	keybindings_set_item(plugin_key_group, LIPSUM_KB_INSERT, kblipsum_insert,
-		0, 0, "inster_lipsum", _("Insert Lipsum text"), menu_lipsum);
+		0, 0, "insert_lipsum", _("Insert Lipsum text"), menu_lipsum);
 }
 
 /* Called by Geany before unloading the plugin. */


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



More information about the Plugins-Commits mailing list