Issue 3904, dirname and filename swapped.
svn: r15317
This commit is contained in:
parent
8a80aeae96
commit
c7ca895545
@ -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…
Reference in New Issue
Block a user