Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Sat, 11 Feb 2012 17:49:01 Commit: cbfb7d510064720c4d29b84ca24014e15a54ff97 https://github.com/geany/geany-plugins/commit/cbfb7d510064720c4d29b84ca24014...
Log Message: ----------- Merge remote-tracking branch 'WilliamFraser/master'
Modified Paths: -------------- geanymacro/THANKS geanymacro/src/geanymacro.c
Modified: geanymacro/THANKS 3 files changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -1,2 +1,3 @@ A huge thanks to Frank Lanitz who has guided me through adding my plugin, helped me with -several code compatibility problems, and has suggested some ideas for the plugin. +several code compatibility problems, and has suggested some ideas for the plugin. Also +helping out with numerous fixes, and more sugestions to the edit macro implementation.
Modified: geanymacro/src/geanymacro.c 2 files changed, 2 insertions(+), 0 deletions(-) =================================================================== @@ -1790,6 +1790,8 @@ static void DoEditMacro(GtkMenuItem *menuitem, gpointer gdata) { m=FindMacroByName(cTemp); EditMacroElements(m); + /* Signal that macros have changed (and need to be saved) */ + bMacrosHaveChanged=TRUE; } /* free memory */
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).