1201
1199
""" Show a stock image next to the location entry. """
1202
1200
self.image_location_error.destroy()
1203
1201
self.image_location_error = gtk.image_new_from_stock(stock_id, gtk.ICON_SIZE_BUTTON)
1205
1202
self.hbox_location.pack_start(self.image_location_error, False, False, 0)
1207
1207
self.image_location_error.show()
1208
1208
while gtk.events_pending():