Merge lp:~fboucault/unity-2d/icons_from_unity_theme into lp:unity-2d/3.0

Proposed by Florian Boucault
Status: Merged
Approved by: Ugo Riboni
Approved revision: 536
Merged at revision: 538
Proposed branch: lp:~fboucault/unity-2d/icons_from_unity_theme
Merge into: lp:unity-2d/3.0
Diff against target: 25 lines (+2/-2)
2 files modified
launcher/UnityApplications/trash.cpp (+1/-1)
launcher/UnityApplications/workspaces.cpp (+1/-1)
To merge this branch: bzr merge lp:~fboucault/unity-2d/icons_from_unity_theme
Reviewer Review Type Date Requested Status
Ugo Riboni (community) Approve
Review via email: mp+57830@code.launchpad.net

Description of the change

[launcher] Load trash and workspace-switcher icons from unity-icon-theme.

To post a comment you must log in.
Revision history for this message
Florian Boucault (fboucault) wrote :

The new icons have been uploaded to unity-icon-theme as per bug #745647
Unity was modified to load the workspace switcher and the trash icons from unity-icon-theme as per bug #750471, we need to do the same in Unity 2D.

Revision history for this message
Ugo Riboni (uriboni) wrote :

Works

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'launcher/UnityApplications/trash.cpp'
2--- launcher/UnityApplications/trash.cpp 2011-03-31 08:12:28 +0000
3+++ launcher/UnityApplications/trash.cpp 2011-04-15 09:37:12 +0000
4@@ -77,7 +77,7 @@
5 QString
6 Trash::icon() const
7 {
8- return "user-trash";
9+ return "unity-icon-theme/user-trash";
10 }
11
12 bool
13
14=== modified file 'launcher/UnityApplications/workspaces.cpp'
15--- launcher/UnityApplications/workspaces.cpp 2011-03-21 13:46:48 +0000
16+++ launcher/UnityApplications/workspaces.cpp 2011-04-15 09:37:12 +0000
17@@ -73,7 +73,7 @@
18 QString
19 Workspaces::icon() const
20 {
21- return QString("workspace-switcher");
22+ return QString("unity-icon-theme/workspace-switcher");
23 }
24
25 bool

Subscribers

People subscribed via source and target branches