Merge lp:~bladernr/indicator-applet/clean-up-apport-hooks into lp:~indicator-applet-developers/indicator-applet/ubuntu

Proposed by Ted Gould
Status: Merged
Merged at revision: 341
Proposed branch: lp:~bladernr/indicator-applet/clean-up-apport-hooks
Merge into: lp:~indicator-applet-developers/indicator-applet/ubuntu
Diff against target: 31 lines (+3/-3)
2 files modified
debian/changelog (+2/-2)
debian/source_indicator-applet.py (+1/-1)
To merge this branch: bzr merge lp:~bladernr/indicator-applet/clean-up-apport-hooks
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+53241@code.launchpad.net

This proposal supersedes a proposal from 2011-03-12.

Description of the change

Fixed up the instances of "in not working" in the ui.choice menu.

To post a comment you must log in.
Revision history for this message
Jeff Lane  (bladernr) wrote : Posted in a previous version of this proposal

I should add that I'm not sure if this is the correct place to propose this or not... it's a branch of lp:~ubuntu-desktop/indicator-applet/ubuntu originally...

Revision history for this message
Sebastien Bacher (seb128) wrote : Posted in a previous version of this proposal

you should do a merge request against the packaging vcs if that's what you did checkout to work on

Revision history for this message
Ted Gould (ted) wrote : Posted in a previous version of this proposal

Seb is correct, I'm going to resubmit this on that branch.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-02-17 20:56:54 +0000
3+++ debian/changelog 2011-03-14 13:51:00 +0000
4@@ -1,4 +1,4 @@
5-indicator-applet (0.4.9-0ubuntu1~ppa1) natty; urgency=low
6+indicator-applet (0.4.9-0ubuntu1) natty; urgency=low
7
8 * New upstream release.
9 * Support for accessible descriptions
10@@ -6,7 +6,7 @@
11
12 -- Ted Gould <ted@ubuntu.com> Thu, 17 Feb 2011 14:56:51 -0600
13
14-indicator-applet (0.4.8-0ubuntu1~ppa1) natty; urgency=low
15+indicator-applet (0.4.8-0ubuntu1) natty; urgency=low
16
17 * New upstream release.
18 * Close menus when asked nicely.
19
20=== modified file 'debian/source_indicator-applet.py'
21--- debian/source_indicator-applet.py 2010-07-06 22:03:40 +0000
22+++ debian/source_indicator-applet.py 2011-03-14 13:51:00 +0000
23@@ -12,7 +12,7 @@
24 report['ThirdParty'] = 'True'
25 report['CrashDB'] = 'indicator_applet'
26
27- response = ui.choice("How would you describe the issue?", ["None of the indicator applets are working correctly", "The sound applet is not working correctly", "The Social Networking Menu is not working correctly", "The login/logout applet is not working correctly", "The network applet is not working correctly", "The date/time applet in not working correctly", "The application testing applet in not working correctly", "The all-in-one (complete) applet is not working correctly", "Another applet is not working correctly"], False)
28+ response = ui.choice("How would you describe the issue?", ["None of the indicator applets are working correctly", "The sound applet is not working correctly", "The Social Networking Menu is not working correctly", "The login/logout applet is not working correctly", "The network applet is not working correctly", "The date/time applet is not working correctly", "The application testing applet is not working correctly", "The all-in-one (complete) applet is not working correctly", "Another applet is not working correctly"], False)
29 try:
30 if response == None: # user cancelled
31 raise StopIteration

Subscribers

People subscribed via source and target branches