oops
This commit is contained in:
parent
e560984671
commit
2ebe9a8a46
14
gfceu
14
gfceu
|
@ -268,13 +268,13 @@ class GfceuApp:
|
|||
print 'Try reinstalling the application.'
|
||||
sys.exit(1)
|
||||
|
||||
#try:
|
||||
print "Using: " + glade_file
|
||||
widgets = gtk.Builder()
|
||||
widgets.add_from_file(glade_file)
|
||||
widgets.connect_signals(self)
|
||||
#except:
|
||||
# self.print_error("Couldn't load the UI data.", 24)
|
||||
try:
|
||||
print "Using: " + glade_file
|
||||
widgets = gtk.Builder()
|
||||
widgets.add_from_file(glade_file)
|
||||
widgets.connect_signals(self)
|
||||
except:
|
||||
self.print_error("Couldn't load the UI data.", 24)
|
||||
|
||||
widgets.get_object("main_window").show_all()
|
||||
|
||||
|
|
Loading…
Reference in New Issue