Merge lp:~sense/lernid/browserbuttons-sensitivity into lp:lernid

Proposed by Sense Egbert Hofstede
Status: Merged
Approved by: Jono Bacon
Approved revision: not available
Merged at revision: not available
Proposed branch: lp:~sense/lernid/browserbuttons-sensitivity
Merge into: lp:lernid
Diff against target: 12 lines (+0/-2)
1 file modified
bin/lernid (+0/-2)
To merge this branch: bzr merge lp:~sense/lernid/browserbuttons-sensitivity
Reviewer Review Type Date Requested Status
Jono Bacon Pending
Review via email: mp+16572@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sense Egbert Hofstede (sense) wrote :

Forgot to remove two print statements that were used for debugging: 'print "shown!\n"' and 'print "hidden!\n"', this should fix that.

Revision history for this message
Sense Egbert Hofstede (sense) wrote :

Strangely the diff is wrong, 'print "shown!\n"' _was_ removed as well.

Revision history for this message
Jono Bacon (jonobacon) wrote :

Thanks, Sense!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/lernid'
2--- bin/lernid 2009-12-24 01:34:45 +0000
3+++ bin/lernid 2009-12-24 16:01:17 +0000
4@@ -518,8 +518,6 @@
5 toolbar = self.builder.get_object("hbox1")
6 toolbar.set_sensitive(False)
7
8- print "hidden!\n"
9-
10 def browser_loaded(self, widget):
11 """Mess with the stop and reload buttons
12 Stop -> insensitive

Subscribers

People subscribed via source and target branches