[geany/geany-plugins] cbfb7d: Merge remote-tracking branch 'WilliamFraser/master'

Frank Lanitz git-noreply at xxxxx
Sat Feb 11 17:49:01 UTC 2012


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sat, 11 Feb 2012 17:49:01
Commit:      cbfb7d510064720c4d29b84ca24014e15a54ff97
             https://github.com/geany/geany-plugins/commit/cbfb7d510064720c4d29b84ca24014e15a54ff97

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



More information about the Plugins-Commits mailing list