[geany/geany-plugins] 8481df: GeanyPrj: Fix keybinding callback signature

Colomban Wendling git-noreply at xxxxx
Sun Jul 8 16:24:53 UTC 2012


Branch:      refs/heads/1.22_release
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 08 Jul 2012 16:24:53
Commit:      8481df8fb2ba572508cdaee12ac0b58db92b9a8b
             https://github.com/geany/geany-plugins/commit/8481df8fb2ba572508cdaee12ac0b58db92b9a8b

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).



More information about the Plugins-Commits mailing list