Merge lp:~xdatap1/quickly/glade-reference into lp:quickly

Proposed by Paolo Sammicheli
Status: Merged
Merged at revision: 627
Proposed branch: lp:~xdatap1/quickly/glade-reference
Merge into: lp:quickly
Diff against target: 12 lines (+1/-1)
1 file modified
data/templates/ubuntu-application/design.py (+1/-1)
To merge this branch: bzr merge lp:~xdatap1/quickly/glade-reference
Reviewer Review Type Date Requested Status
Michael Terry (community) Approve
Didier Roche-Tolomelli Approve
Review via email: mp+69755@code.launchpad.net

Description of the change

Small change in the design command about the glade reference. "glade-3" command doesn't exist anymore, changed to just"glade"

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

works fine! thanks a lot for this patch :)

review: Approve
Revision history for this message
Michael Terry (mterry) wrote :

Awesome, thanks! Merged.

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/design.py'
2--- data/templates/ubuntu-application/design.py 2010-11-22 19:01:48 +0000
3+++ data/templates/ubuntu-application/design.py 2011-07-29 08:37:26 +0000
4@@ -47,7 +47,7 @@
5 else:
6 files.append(ui_file)
7
8-cmd = "GLADE_CATALOG_PATH=./data/ui glade-3 " + " ".join(files)
9+cmd = "GLADE_CATALOG_PATH=./data/ui glade " + " ".join(files)
10
11 #run glade with env variables pointing to catalogue xml files
12 if templatetools.in_verbose_mode():

Subscribers

People subscribed via source and target branches