Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-20 18:45:22 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-20 18:45:22 (GMT)
commit6e6fd02322e8e3554cfc241fadb3b74d3a38f34d (patch)
treef05cd00eaca8821212fc50d76705ba18e2a6da73 /shell
parentc07e61509b0d6a40a9037e77aa24fecea62573d8 (diff)
#2268 Allow removing downloads from the clipboard while in progress.
Diffstat (limited to 'shell')
-rw-r--r--shell/view/clipboardmenu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/clipboardmenu.py b/shell/view/clipboardmenu.py
index 0bc3b9e..95e6192 100644
--- a/shell/view/clipboardmenu.py
+++ b/shell/view/clipboardmenu.py
@@ -94,7 +94,7 @@ class ClipboardMenu(Palette):
#self._stop_item.props.sensitive = False
self._journal_item.props.sensitive = True
else:
- self._remove_item.props.sensitive = False
+ self._remove_item.props.sensitive = True
self._open_item.props.sensitive = False
# TODO: reenable the stop item when we implement stoping downloads.
#self._stop_item.props.sensitive = True