Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Thomas Martitz kugel@rockbox.org Date: Tue, 10 Mar 2015 22:17:08 UTC Commit: 2bfd394803cba185b3836d9c25b3d126f750ac13 https://github.com/geany/geany/commit/2bfd394803cba185b3836d9c25b3d126f750ac...
Log Message: ----------- Don't export on_motion_event() callback unnecessarily
Modified Paths: -------------- src/callbacks.c
Modified: src/callbacks.c 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -1552,7 +1552,6 @@ void on_toolbutton_back_activate(GtkAction *menuitem, gpointer user_data) }
-GEANY_EXPORT_SYMBOL gboolean on_motion_event(GtkWidget *widget, GdkEventMotion *event, gpointer user_data) { if (prefs.auto_focus && ! gtk_widget_has_focus(widget))
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).