From 2cbc27e4b829df8a1af8087dde7cfaf50fc9aa86 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Tue, 05 Jun 2012 00:54:50 +0000 Subject: Restore journal file picker (#3411) The run-file-chooser signal can be used to intercept a request for a file upload and display a custom file chooser. We want to do this to allow the user to upload files from the journal. By default, the standard GTK+ file chooser was being shown. run-file-chooser is present in WebKit2 and has been submitted for final review for inclusion in WebKit1. Signed-off-by: Daniel Drake Acked-by: Manuel QuiƱones --- (limited to 'webactivity.py') diff --git a/webactivity.py b/webactivity.py index d33913f..bca6b18 100644 --- a/webactivity.py +++ b/webactivity.py @@ -134,7 +134,6 @@ from viewtoolbar import ViewToolbar import downloadmanager # TODO: make the registration clearer SL #3087 -# import filepicker # pylint: disable=W0611 from model import Model from sugar3.presence.tubeconn import TubeConnection -- cgit v0.9.1