Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test/lib
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2010-01-22 21:57:59 +0300
committerYann Leboulanger <asterix@lagaule.org>2010-01-22 21:57:59 +0300
commit956accf010bf3d7f63133ad5f7d96b0881f67159 (patch)
treee74a4f832c6b2e06affba00834b4b33c02015750 /test/lib
parentcba5f6494e9d7aee489b7459a2b27c4949b76a05 (diff)
Bye bye glade, Hi gtk builder. Fixes #4945
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/__init__.py b/test/lib/__init__.py
index 4b5f8ca12..7d0b1bd98 100644
--- a/test/lib/__init__.py
+++ b/test/lib/__init__.py
@@ -47,6 +47,6 @@ def setup_env():
if use_x:
import gtkgui_helpers
- gtkgui_helpers.GLADE_DIR = gajim_root + '/data/glade'
+ gtkgui_helpers.GUI_DIR = gajim_root + '/data/gui'
# vim: se ts=3: