Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-16 11:06:39 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-16 11:06:39 (GMT)
commit01c15298b81ce56e510f7ece46efa6a03aac46f9 (patch)
tree4b16c73277b7740c126d2fdc242901d95d41c0ce /shell/view
parenta79a3198c589b3b701aaa1e2a1ef1eaf0a458f41 (diff)
Adapt to object icons name changes.
Diffstat (limited to 'shell/view')
-rw-r--r--shell/view/clipboardicon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/clipboardicon.py b/shell/view/clipboardicon.py
index 2e60e36..c9d910a 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:object-generic'
+ self.props.icon_name = 'theme:unknown-object'
self._name = name
self._percent = percent