From 53d1ada429f00f0fcfb39917ce49fae0fed908f1 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 27 Aug 2007 15:58:53 +0200 Subject: [PATCH] One more icon fix. --- shell/view/clipboardicon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/view/clipboardicon.py b/shell/view/clipboardicon.py index d7756f1d..72f88db0 100644 --- a/shell/view/clipboardicon.py +++ b/shell/view/clipboardicon.py @@ -88,7 +88,7 @@ class ClipboardIcon(CanvasIcon): if icon_name: self.props.icon_name = icon_name else: - self.props.icon_name = 'theme:application-octet-stream' + self.props.icon_name = 'application-octet-stream' self._name = name self._percent = percent