[geany/geany-plugins] 55cc30: Set G_LOG_DOMAIN for proper GLib error reporting

Enrico Tröger git-noreply at xxxxx
Sun Feb 21 22:42:21 UTC 2016


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 21 Feb 2016 22:42:21 UTC
Commit:      55cc309d0542ec3a239dc4d83fde30f0f731f892
             https://github.com/geany/geany-plugins/commit/55cc309d0542ec3a239dc4d83fde30f0f731f892

Log Message:
-----------
Set G_LOG_DOMAIN for proper GLib error reporting


Modified Paths:
--------------
    addons/src/Makefile.am
    spellcheck/src/Makefile.am

Modified: addons/src/Makefile.am
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -26,6 +26,9 @@ addons_la_SOURCES = \
 	ao_wrapwords.c \
 	ao_copyfilepath.c
 
+addons_la_CPPFLAGS = $(AM_CPPFLAGS) \
+					 -DG_LOG_DOMAIN=\"Addons\"
+
 addons_la_LIBADD = $(COMMONLIBS)
 
 include $(top_srcdir)/build/cppcheck.mk


Modified: spellcheck/src/Makefile.am
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -10,6 +10,9 @@ spellcheck_la_SOURCES = \
 	speller.c \
 	scplugin.c
 
+spellcheck_la_CPPFLAGS = $(AM_CPPFLAGS) \
+						 -DG_LOG_DOMAIN=\"SpellCheck\"
+
 spellcheck_la_CFLAGS = \
 	$(AM_CFLAGS) \
 	$(ENCHANT_CFLAGS)



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