[gnome-sudoku] fix running uninstalled



commit fc040022effd6f3dc8d6e2f5ab881ec4237b9984
Author: John Stowers <john stowers gmail com>
Date:   Sun Feb 3 12:13:28 2013 +0100

    fix running uninstalled
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693087

 src/lib/defaults.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lib/defaults.py b/src/lib/defaults.py
index 93c6a53..3e6190d 100644
--- a/src/lib/defaults.py
+++ b/src/lib/defaults.py
@@ -32,7 +32,7 @@ else:
     # Running in uninstalled mode
     sys.path.insert(0, os.path.abspath(root_dir))
     APP_DATA_DIR    = os.path.join(root_dir, '../data') 
-    IMAGE_DIR       = os.path.join(root_dir, '../images')
+    IMAGE_DIR       = os.path.join(root_dir, '../data')
     LOCALEDIR       = os.path.join(APP_DATA_DIR, 'locale')
     UI_DIR          = os.path.join(root_dir, '../data')
     BASE_DIR        = os.path.join(root_dir, '../data')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]