Merge lp:~janos-gyerik/ubuntu-accomplishments-viewer/workaround-for-notebook-switch into lp:ubuntu-accomplishments-viewer

Proposed by Janos Gyerik
Status: Merged
Merged at revision: 114
Proposed branch: lp:~janos-gyerik/ubuntu-accomplishments-viewer/workaround-for-notebook-switch
Merge into: lp:ubuntu-accomplishments-viewer
Diff against target: 12 lines (+1/-1)
1 file modified
accomplishments_viewer/AccomplishmentsViewerWindow.py (+1/-1)
To merge this branch: bzr merge lp:~janos-gyerik/ubuntu-accomplishments-viewer/workaround-for-notebook-switch
Reviewer Review Type Date Requested Status
Rafał Cieślak Approve
Review via email: mp+111712@code.launchpad.net

Description of the change

This simply comments out a line, otherwise when you are looking at My Trophies and press Ctrl-N the notepad switches to the opportunities view, which is confusing.

To post a comment you must log in.
Revision history for this message
Rafał Cieślak (rafalcieslak256) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'accomplishments_viewer/AccomplishmentsViewerWindow.py'
--- accomplishments_viewer/AccomplishmentsViewerWindow.py 2012-06-12 21:22:05 +0000
+++ accomplishments_viewer/AccomplishmentsViewerWindow.py 2012-06-23 14:38:20 +0000
@@ -718,7 +718,7 @@
718 """Called when Check Accomplishments is selected in the interface."""718 """Called when Check Accomplishments is selected in the interface."""
719 719
720 self.libaccom.run_scripts(True)720 self.libaccom.run_scripts(True)
721 self.notebook.set_current_page(2)721 #self.notebook.set_current_page(2)
722722
723 def opp_cat_updated(self, widget):723 def opp_cat_updated(self, widget):
724 if self.do_not_react_on_cat_changes:724 if self.do_not_react_on_cat_changes:

Subscribers

People subscribed via source and target branches

to all changes: