From 79b40f48e81efebed9a19c68eaaa6e828c59aeb5 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Thu, 25 Aug 2005 19:15:57 +0000 Subject: [PATCH] add a gtk2.8 fixme for when pygtk28 is out --- src/filetransfers_window.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/filetransfers_window.py b/src/filetransfers_window.py index 7d6035e09..05cc94029 100644 --- a/src/filetransfers_window.py +++ b/src/filetransfers_window.py @@ -299,6 +299,8 @@ _('Connection with peer cannot be established.')) 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)