[geany/geany-plugins] 38c2da: [Debugger:FIX] Plugin was not loaded in Geany.

Vadim Kochan git-noreply at geany.org
Thu Jan 24 00:14:32 UTC 2013


Branch:      refs/heads/master
Author:      Vadim Kochan <vadim4j at gmail.com>
Committer:   Vadim Kochan <vadim4j at gmail.com>
Date:        Thu, 24 Jan 2013 00:14:32 UTC
Commit:      38c2da3d7eb37311310612fe9f918f0cd383f44c
             https://github.com/geany/geany-plugins/commit/38c2da3d7eb37311310612fe9f918f0cd383f44c

Log Message:
-----------
[Debugger:FIX] Plugin was not loaded in Geany.
Reason: Could not find symbol from src/cell_renderers sources.


Modified Paths:
--------------
    debugger/wscript_build

Modified: debugger/wscript_build
5 files changed, 4 insertions(+), 1 deletions(-)
===================================================================
@@ -23,7 +23,10 @@
 from build.wafutils import build_plugin
 
 name = 'Debugger'
-includes = ['debugger/src']
+
+includes = ['debugger/src', 'debugger/src/cell_renderers', 
+            'debugger/src/xpm']
+
 libraries = ['VTE', 'UTIL']
 
 pludin_datadir = '${PKGDATADIR}/debugger'



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