[geany/geany-plugins] 1d08c5: Addons: Compilefix

Frank Lanitz git-noreply at xxxxx
Sun Mar 23 10:36:29 UTC 2014


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sun, 23 Mar 2014 10:36:29 UTC
Commit:      1d08c5baec3ed3e2fb45909b805492df41558c42
             https://github.com/geany/geany-plugins/commit/1d08c5baec3ed3e2fb45909b805492df41558c42

Log Message:
-----------
Addons: Compilefix


Modified Paths:
--------------
    addons/src/ao_xmltagging.c

Modified: addons/src/ao_xmltagging.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -93,7 +93,7 @@ void ao_xmltagging(void)
 			/* Getting the tag */
 			tag = g_string_new(gtk_entry_get_text(GTK_ENTRY(textbox)));
 
-			if (!EMPTY(tag) && tag->len > 0)
+			if (tag->len > 0)
 			{
 				gsize end = 0;
 				gchar *end_tag;



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