Merge lp:~robert-ancell/pasaffe/no-lpi into lp:~mdeslaur/pasaffe/trunk

Proposed by Robert Ancell
Status: Merged
Merged at revision: 273
Proposed branch: lp:~robert-ancell/pasaffe/no-lpi
Merge into: lp:~mdeslaur/pasaffe/trunk
Diff against target: 35 lines (+2/-12)
2 files modified
NEWS (+2/-1)
pasaffe_lib/Window.py (+0/-11)
To merge this branch: bzr merge lp:~robert-ancell/pasaffe/no-lpi
Reviewer Review Type Date Requested Status
Marc Deslauriers Approve
Review via email: mp+105746@code.launchpad.net

Description of the change

Remove Launchpad integration, it is no longer supported:
https://blueprints.launchpad.net/ubuntu/+spec/desktop-q-gnome-plans-review

Will also need the packaging to drop the dependency

To post a comment you must log in.
Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

Thanks Robert!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'NEWS'
2--- NEWS 2012-05-07 16:09:52 +0000
3+++ NEWS 2012-05-15 01:26:18 +0000
4@@ -5,7 +5,8 @@
5
6 * Enhancements:
7 - Can now import KeePass2 XML files
8- (Thanks to Mathieu Trudel-Lapierre!)
9+ (Thanks to Mathieu Trudel-Lapierre!)
10+ - Disable Launchpad integration (no longer supported)
11
12 * Bug fixes:
13
14
15=== modified file 'pasaffe_lib/Window.py'
16--- pasaffe_lib/Window.py 2012-03-24 13:43:33 +0000
17+++ pasaffe_lib/Window.py 2012-05-15 01:26:18 +0000
18@@ -63,17 +63,6 @@
19 self.settings = Gio.Settings("apps.pasaffe")
20 self.settings.connect('changed', self.on_preferences_changed)
21
22- # Optional Launchpad integration
23- # This shouldn't crash if not found as it is simply used for bug reporting.
24- # See https://wiki.ubuntu.com/UbuntuDevelopment/Internationalisation/Coding
25- # for more information about Launchpad integration.
26- try:
27- from gi.repository import LaunchpadIntegration
28- LaunchpadIntegration.add_items(self.ui.helpMenu, 1, True, True)
29- LaunchpadIntegration.set_sourcepackagename('pasaffe')
30- except ImportError:
31- pass
32-
33 # Optional application indicator support
34 # Run 'quickly add indicator' to get started.
35 # More information:

Subscribers

People subscribed via source and target branches