Update
svn: r5500
This commit is contained in:
parent
f357f5e607
commit
04a6ea1d21
@ -89,6 +89,8 @@ class FileEntry(gtk.HBox):
|
|||||||
f.destroy()
|
f.destroy()
|
||||||
|
|
||||||
def set_filename(self,path):
|
def set_filename(self,path):
|
||||||
|
if not path:
|
||||||
|
return
|
||||||
if os.path.dirname(path):
|
if os.path.dirname(path):
|
||||||
self.spath = os.path.dirname(path)
|
self.spath = os.path.dirname(path)
|
||||||
self.defname = os.path.basename(path)
|
self.defname = os.path.basename(path)
|
||||||
@ -107,8 +109,6 @@ class FileEntry(gtk.HBox):
|
|||||||
def set_directory_entry(self,opt):
|
def set_directory_entry(self,opt):
|
||||||
self.dir = opt
|
self.dir = opt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#from gnome.ui import FileEntry
|
#from gnome.ui import FileEntry
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user