really have no brain

This commit is contained in:
guinux
2012-12-26 11:09:14 +01:00
parent 243cb55dcc
commit c82c493e8a
3 changed files with 5 additions and 5 deletions

View File

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