Issue 3904, dirname and filename swapped.

svn: r15317
This commit is contained in:
Peter Landgren 2010-05-04 11:55:14 +00:00
parent 8a80aeae96
commit c7ca895545

View File

@ -124,7 +124,7 @@ class Glade(gtk.Builder):
# try to build Gtk objects from glade file. Let exceptions happen
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