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_url_list()
self.redraw_location_list() self.redraw_location_list()
def close(self): def close(self,obj):
self.glry.close() self.glry.close()
self.top.close() self.top.destroy()
def build_columns(self,tree,list): def build_columns(self,tree,list):
cnum = 0 cnum = 0

View File

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