summaryrefslogtreecommitdiff
path: root/SoftwareProperties/dialog_edit.py
diff options
context:
space:
mode:
authorMichael Vogt <egon@top>2005-11-29 17:31:21 +0100
committerMichael Vogt <egon@top>2005-11-29 17:31:21 +0100
commita79e4fc80ef854844e560e5b547d1398ab149360 (patch)
treee321ca95a5573529a4261ca1fdbd01b14c4a17af /SoftwareProperties/dialog_edit.py
parent4fce0fdfe15c8ab88d63e3919670e1371eb38fb9 (diff)
downloadpython-apt-a79e4fc80ef854844e560e5b547d1398ab149360.tar.gz
* make the software preferences work again completely
Diffstat (limited to 'SoftwareProperties/dialog_edit.py')
-rw-r--r--SoftwareProperties/dialog_edit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SoftwareProperties/dialog_edit.py b/SoftwareProperties/dialog_edit.py
index 32e6ac0c..87cc9799 100644
--- a/SoftwareProperties/dialog_edit.py
+++ b/SoftwareProperties/dialog_edit.py
@@ -38,7 +38,7 @@ class dialog_edit:
if os.path.exists("../data/SoftwarePropertiesDialogs.glade"):
self.gladexml = gtk.glade.XML("../data/SoftwarePropertiesDialogs.glade")
else:
- self.gladexml = gtk.glade.XML("%s/SoftwarePropertiesDialogs.glade" % datadir)
+ self.gladexml = gtk.glade.XML("%s/glade/SoftwarePropertiesDialogs.glade" % datadir)
self.main = self.gladexml.get_widget("dialog_edit")
self.main.set_transient_for(parent)