[geany/geany-plugins] e639bc: Set G_LOG_DOMAIN for proper GLib error reporting/logging

Enrico Tröger git-noreply at xxxxx
Sun Feb 21 22:53:11 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:53:11 UTC
Commit:      e639bc6f2b24f8cbd9b24754422f28e76ccd82af
             https://github.com/geany/geany-plugins/commit/e639bc6f2b24f8cbd9b24754422f28e76ccd82af

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


Modified Paths:
--------------
    geanypy/src/Makefile.am

Modified: geanypy/src/Makefile.am
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -6,7 +6,8 @@ geanyplugindir				=	$(libdir)/geany
 geanypy_la_LDFLAGS			=	-module -avoid-version -Wl,--export-dynamic
 geanypy_la_CPPFLAGS			=	@GEANY_CFLAGS@ @PYGTK_CFLAGS@ @PYTHON_CPPFLAGS@ \
 								-DGEANYPY_PYTHON_DIR="\"$(libdir)/geany/geanypy\"" \
-								-DGEANYPY_PLUGIN_DIR="\"$(datadir)/geany/geanypy/plugins\""
+								-DGEANYPY_PLUGIN_DIR="\"$(datadir)/geany/geanypy/plugins\"" \
+								-DG_LOG_DOMAIN=\"GeanyPy\"
 geanypy_la_CFLAGS			=	@GEANYPY_CFLAGS@ @GMODULE_CFLAGS@
 geanypy_la_LIBADD			=	@GEANY_LIBS@ @PYGTK_LIBS@ \
 								$(PYTHON_LDFLAGS) $(PYTHON_LIBS) \



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