remove debug print
This commit is contained in:
parent
c9bc8fd6a7
commit
37252b0c21
1 changed files with 0 additions and 1 deletions
|
@ -336,7 +336,6 @@ _('Connection with peer cannot be established.'))
|
||||||
self.dialog.destroy()
|
self.dialog.destroy()
|
||||||
|
|
||||||
def on_ok(widget, account, contact, file_props):
|
def on_ok(widget, account, contact, file_props):
|
||||||
print 'ok'
|
|
||||||
file_path = self.dialog2.get_filename()
|
file_path = self.dialog2.get_filename()
|
||||||
file_path = gtkgui_helpers.decode_filechooser_file_paths(
|
file_path = gtkgui_helpers.decode_filechooser_file_paths(
|
||||||
(file_path,))[0]
|
(file_path,))[0]
|
||||||
|
|
Loading…
Add table
Reference in a new issue