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