Merge lp:~dobey/ubuntuone-client/fix-icon-install into lp:ubuntuone-client

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: 1318
Merged at revision: 1319
Proposed branch: lp:~dobey/ubuntuone-client/fix-icon-install
Merge into: lp:ubuntuone-client
Diff against target: 12 lines (+1/-1)
1 file modified
configure.ac (+1/-1)
To merge this branch: bzr merge lp:~dobey/ubuntuone-client/fix-icon-install
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
Review via email: mp+125337@code.launchpad.net

Commit message

Render the 256 app icon first to avoid breaking the installation.

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2012-09-19 17:38:36 +0000
3+++ configure.ac 2012-09-19 20:46:21 +0000
4@@ -33,7 +33,7 @@
5 fi
6
7 # Icon sizes we want to install
8-AC_SUBST([render_sizes], ["16x16 24x24 32x32 48x48 256x256"])
9+AC_SUBST([render_sizes], ["256x256 16x16 24x24 32x32 48x48"])
10
11 # Do we want to enable rendering?
12 AC_ARG_ENABLE([rendering],

Subscribers

People subscribed via source and target branches