No usuable message here
This commit is contained in:
parent
2052410b3c
commit
320b500941
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class ProfileWindow:
|
||||||
# rescale it
|
# rescale it
|
||||||
pixbuf = gtkgui_helpers.get_scaled_pixbuf(pixbuf, 'vcard')
|
pixbuf = gtkgui_helpers.get_scaled_pixbuf(pixbuf, 'vcard')
|
||||||
except AttributeError: # unknown format
|
except AttributeError: # unknown format
|
||||||
dialogs.ErrorDialog(_('Could not load image'), msg)
|
dialogs.ErrorDialog(_('Could not load image'))
|
||||||
return
|
return
|
||||||
self.dialog.destroy()
|
self.dialog.destroy()
|
||||||
button = self.xml.get_widget('PHOTO_button')
|
button = self.xml.get_widget('PHOTO_button')
|
||||||
|
|
Loading…
Add table
Reference in a new issue