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
=== modified file 'configure.ac'
--- configure.ac 2012-09-19 17:38:36 +0000
+++ configure.ac 2012-09-19 20:46:21 +0000
@@ -33,7 +33,7 @@
33fi33fi
3434
35# Icon sizes we want to install35# Icon sizes we want to install
36AC_SUBST([render_sizes], ["16x16 24x24 32x32 48x48 256x256"])36AC_SUBST([render_sizes], ["256x256 16x16 24x24 32x32 48x48"])
3737
38# Do we want to enable rendering?38# Do we want to enable rendering?
39AC_ARG_ENABLE([rendering],39AC_ARG_ENABLE([rendering],

Subscribers

People subscribed via source and target branches