Trying to handle gnome_canvas bug

svn: r1214
This commit is contained in:
Don Allingham 2002-11-29 23:45:12 +00:00
parent d92a1d98ff
commit a3864a76df
2 changed files with 3 additions and 3 deletions

View File

@ -174,9 +174,9 @@ class EditPlace:
self.redraw_url_list()
self.redraw_location_list()
def close(self):
def close(self,obj):
self.glry.close()
self.top.close()
self.top.destroy()
def build_columns(self,tree,list):
cnum = 0

View File

@ -234,6 +234,7 @@ class Gallery(ImageSelect):
self.photo = None
def close(self):
pass
# self.iconlist.hide()
# print self.canvas_list
# print self.p_map
@ -371,7 +372,6 @@ class Gallery(ImageSelect):
Imlibs. Then add each photo in the place's list of photos to the
photolist window."""
print "load images"
self.pos = 0
self.cx = _PAD
self.cy = _PAD