Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--shell/view/clipboardmenu.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e0440e6..afa42cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+* Fix opening downloads from the clipboard. (marco)
+
Snapshot 6b57baa075
* #2008 Place free views palettes at cursor. (marco)
diff --git a/shell/view/clipboardmenu.py b/shell/view/clipboardmenu.py
index 3de4d46..0bc3b9e 100644
--- a/shell/view/clipboardmenu.py
+++ b/shell/view/clipboardmenu.py
@@ -128,7 +128,7 @@ class ClipboardMenu(Palette):
#jobject.resume()
# TODO: take this out when we fix the mess that is the shell/shellservice.
- from shell.model import bundleregistry
+ from model import bundleregistry
from sugar.activity.bundle import Bundle
from sugar.activity import activityfactory
if jobject.is_bundle():