Merge lp:~mterry/quickly/empty-version into lp:quickly

Proposed by Michael Terry
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 670
Merged at revision: 670
Proposed branch: lp:~mterry/quickly/empty-version
Merge into: lp:quickly
Diff against target: 12 lines (+1/-1)
1 file modified
data/templates/ubuntu-application/upgrade.py (+1/-1)
To merge this branch: bzr merge lp:~mterry/quickly/empty-version
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Review via email: mp+108202@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

gorgious!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/templates/ubuntu-application/upgrade.py'
2--- data/templates/ubuntu-application/upgrade.py 2011-12-22 16:42:11 +0000
3+++ data/templates/ubuntu-application/upgrade.py 2012-05-31 16:52:20 +0000
4@@ -244,7 +244,7 @@
5 ### EPOCH CHANGE
6 ### This is where we upgraded the default projects to GTK3, PyGI, and GSettings.
7 ### Warn the user that this happened and they should upgrade manually to fix.
8-if project_version < '11.12' and internal_run:
9+if project_version and project_version < '11.12' and internal_run:
10 print _("""WARNING: Your project is out of date. Newly created projects use
11 GTK+ 3, PyGI, and GSettings. See https://wiki.ubuntu.com/Quickly/GTK3 for
12 porting information and when you have finished porting your code, run

Subscribers

People subscribed via source and target branches