Issue 3904, dirname and filename swapped.
svn: r15315
This commit is contained in:
parent
b1d2ca5dc4
commit
b41598c645
@ -124,7 +124,7 @@ class Glade(gtk.Builder):
|
|||||||
# try to build Gtk objects from glade file. Let exceptions happen
|
# try to build Gtk objects from glade file. Let exceptions happen
|
||||||
|
|
||||||
self.add_from_file(path)
|
self.add_from_file(path)
|
||||||
self.__filename, self.__dirname = os.path.split(path)
|
self.__dirname, self.__filename = os.path.split(path)
|
||||||
|
|
||||||
# try to find the toplevel widget
|
# try to find the toplevel widget
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user