Merge lp:~barry/software-center/lp1110470 into lp:software-center

Proposed by Barry Warsaw
Status: Merged
Approved by: Kiwinote
Approved revision: 3287
Merged at revision: 3289
Proposed branch: lp:~barry/software-center/lp1110470
Merge into: lp:software-center
Diff against target: 10 lines (+1/-0)
1 file modified
software-center (+1/-0)
To merge this branch: bzr merge lp:~barry/software-center/lp1110470
Reviewer Review Type Date Requested Status
Michael Vogt Approve
Kiwinote Approve
Review via email: mp+145623@code.launchpad.net

Commit message

Fixes a missing import with --measure-startup-time

Description of the change

Fixes a missing import with --measure-startup-time

To post a comment you must log in.
Revision history for this message
Kiwinote (kiwinote) :
review: Approve
Revision history for this message
Michael Vogt (mvo) wrote :

Thanks Barry, that looks good. Please add a commit message.

I would approve it, but it looks like I need to reapply for my software-store-developers membership first :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'software-center'
2--- software-center 2012-11-28 15:52:31 +0000
3+++ software-center 2013-01-30 14:59:24 +0000
4@@ -147,6 +147,7 @@
5
6 # run watcher for main window
7 main_visible = False
8+ from gi.repository import GLib
9 GLib.timeout_add(100, are_we_there_yet)
10 app.run(args)
11