Skip to content
Snippets Groups Projects
Commit 79b40f48 authored by nkour's avatar nkour
Browse files

add a gtk2.8 fixme for when pygtk28 is out

parent 08e6b8a6
No related branches found
No related tags found
No related merge requests found
......@@ -299,6 +299,8 @@ def show_file_request(self, account, contact, file_props):
file_path = dialog.get_filename()
if os.path.exists(file_path):
#FIXME: pango does not work here.
#FIXME: if gtk2.8 do this via signal
#http://developer.gnome.org/doc/API/2.0/gtk/GtkFileChooser.html#GtkFileChooser--do-overwrite-confirmation
primtext = _('This file already exists')
sectext = _('Would you like to overwrite it?')
dialog2 = dialogs.ConfirmationDialog(primtext, sectext)
......
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