Trying to handle gnome_canvas bug
svn: r1214
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user