Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marie Traissard <jim@lapin.org>2007-05-14 11:09:57 +0400
committerJean-Marie Traissard <jim@lapin.org>2007-05-14 11:09:57 +0400
commit320b5009415441130bb00eddd1bae723712dd82a (patch)
tree97bfae6af6a8694e7613aac15a6281b8b7e9ae43 /src/profile_window.py
parent2052410b3c400da9eb19c7477c6ecaeb3969ba96 (diff)
No usuable message here
Diffstat (limited to 'src/profile_window.py')
-rw-r--r--src/profile_window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile_window.py b/src/profile_window.py
index 4f98e20a8..b56329aa4 100644
--- a/src/profile_window.py
+++ b/src/profile_window.py
@@ -157,7 +157,7 @@ class ProfileWindow:
# rescale it
pixbuf = gtkgui_helpers.get_scaled_pixbuf(pixbuf, 'vcard')
except AttributeError: # unknown format
- dialogs.ErrorDialog(_('Could not load image'), msg)
+ dialogs.ErrorDialog(_('Could not load image'))
return
self.dialog.destroy()
button = self.xml.get_widget('PHOTO_button')