Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 08 Jul 2012 16:24:53 Commit: 8481df8fb2ba572508cdaee12ac0b58db92b9a8b https://github.com/geany/geany-plugins/commit/8481df8fb2ba572508cdaee12ac0b5...
Log Message: ----------- GeanyPrj: Fix keybinding callback signature
Modified Paths: -------------- geanyprj/src/geanyprj.c
Modified: geanyprj/src/geanyprj.c 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -131,7 +131,7 @@ static void on_doc_activate(G_GNUC_UNUSED GObject *obj, G_GNUC_UNUSED GeanyDocum
/* Keybinding callback */ -static void kb_find_in_project(void) +static void kb_find_in_project(guint key_id) { on_find_in_project(NULL, NULL); }
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
plugins-commits@lists.geany.org