Revision: 1356 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1356&view=re... 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.