[geany/geany-plugins] 1f5fde: geanymacro: Use proper pointer type to retrieve a value
Colomban Wendling
git-noreply at xxxxx
Sat Mar 9 19:29:25 UTC 2013
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Sat, 09 Mar 2013 19:29:25 UTC
Commit: 1f5fde3200cca10e6171848ea71ebbd31fe66616
https://github.com/geany/geany-plugins/commit/1f5fde3200cca10e6171848ea71ebbd31fe66616
Log Message:
-----------
geanymacro: Use proper pointer type to retrieve a value
Apparently this even led to a crash on some situations.
Modified Paths:
--------------
geanymacro/src/geanymacro.c
Modified: geanymacro/src/geanymacro.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2053,7 +2053,7 @@ static void DoEditMacro(GtkMenuItem *menuitem, gpointer gdata)
GSList *gsl=mList;
Macro *m;
gchar *cTemp;
- gboolean bEditable;
+ gpointer bEditable;
/* create dialog box */
dialog=gtk_dialog_new_with_buttons(_("Edit Macros"),GTK_WINDOW(geany->main_widgets->window),
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list