last adjustements (hope)

This commit is contained in:
guinux
2012-12-26 10:27:49 +01:00
parent 344c64ac5b
commit 243cb55dcc
5 changed files with 7 additions and 7 deletions

View File

@@ -9,8 +9,8 @@ from os import geteuid
from backend import transaction
interface = Gtk.Builder()
interface.add_from_file('gui/pamac_update.glade')
interface.add_from_file('gui/dialogs.glade')
interface.add_from_file('/usr/share/gui/pamac_update.glade')
interface.add_from_file('/usr/share/gui/dialogs.glade')
update_listore = interface.get_object('update_list')
top_label = interface.get_object('top_label')