Issue 3904, dirname and filename swapped.

svn: r15315
This commit is contained in:
Peter Landgren 2010-05-04 11:51:59 +00:00
parent b1d2ca5dc4
commit b41598c645

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