summaryrefslogtreecommitdiff
path: root/unity-private
diff options
authorMirco Müller <mirco.mueller@ubuntu.com>2010-09-24 14:40:30 +0200
committerMirco Müller <mirco.mueller@ubuntu.com>2010-09-24 14:40:30 +0200
commitea7bb6d74877df3471ff5a4d9461436809e64707 (patch)
treefa8e2478596eba550589069341267f1b135d026f /unity-private
parent1a7680a0f1a82bed8c4401c87fabe1d5a22382cb (diff)
Use an updated cof-logo icon for the home-button. This needs a newer version of unity-asset-pool (rev. 48). Fixes LP: #644686
(bzr r548.1.1)
Diffstat (limited to 'unity-private')
-rw-r--r--unity-private/panel/panel-home-button.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/unity-private/panel/panel-home-button.vala b/unity-private/panel/panel-home-button.vala
index cf1b5e8ca..ce5b37da0 100644
--- a/unity-private/panel/panel-home-button.vala
+++ b/unity-private/panel/panel-home-button.vala
@@ -39,7 +39,7 @@ namespace Unity.Panel
construct
{
- theme_image = new Ctk.Image.from_filename (22, "/usr/share/icons/unity-icon-theme/places/22/distributor-logo.png");
+ theme_image = new Ctk.Image.from_filename (24, "/usr/share/icons/unity-icon-theme/places/24/distributor-logo.png");
add_actor (theme_image);
theme_image.show ();