Skip to content
Snippets Groups Projects
Commit 597f84b0 authored by nkour's avatar nkour
Browse files

fixing a Traceback

parent fba0185e
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ def image_is_ok(self, image):
return True
def on_set_avatar_button_clicked(self, widget):
file = None
dialog = gtk.FileChooserDialog('Choose avatar', None,
gtk.FILE_CHOOSER_ACTION_OPEN,
(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment