blob: 78e390d379888ab3cf8df826c52ac2ae76a9ced8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur gonvert-0.2.15/gonvert gonvert-0.2.15-new/gonvert
--- gonvert-0.2.15/gonvert 2005-12-25 12:55:21.000000000 -0600
+++ gonvert-0.2.15-new/gonvert 2006-04-05 22:20:26.000000000 -0500
@@ -730,7 +730,7 @@
homepath=''
else:
#look for it in the installed directory
- homepath=sys.path[0] + '/../share/gonvert/'
+ homepath='/usr/share/gonvert/'
gladefile=homepath+'gonvert.glade'
|