From 6cb7c774dd02db39459f03494bd34865afd445e5 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Wed, 12 Sep 2007 18:29:20 +0000 Subject: Don't disable the clipboard icons when they are still incomplete. --- (limited to 'shell') diff --git a/shell/view/clipboardicon.py b/shell/view/clipboardicon.py index 1bb33f9..a6ceb37 100644 --- a/shell/view/clipboardicon.py +++ b/shell/view/clipboardicon.py @@ -48,8 +48,6 @@ class ClipboardIcon(RadioToolButton): self._icon.props.xo_color = profile.get_color() self.set_icon_widget(self._icon) self._icon.show() - - self.props.sensitive = False cb_service = clipboardservice.get_instance() cb_service.connect('object-state-changed', self._object_state_changed_cb) @@ -132,8 +130,6 @@ class ClipboardIcon(RadioToolButton): self.palette.set_state(name, percent, preview, activity, self._is_bundle(obj['FORMATS'])) - self.props.sensitive = (percent == 100) - if self.props.active: self._put_in_clipboard() -- cgit v0.9.1