Merge lp:~om26er/ubuntu/precise/bamf/SRU_for_lp_1026426 into lp:~ubuntu-desktop/bamf/precise

Proposed by Omer Akram
Status: Merged
Merged at revision: 422
Proposed branch: lp:~om26er/ubuntu/precise/bamf/SRU_for_lp_1026426
Merge into: lp:~ubuntu-desktop/bamf/precise
Diff against target: 28 lines (+9/-1)
2 files modified
debian/changelog (+8/-0)
lib/libbamf/bamf-factory.c (+1/-1)
To merge this branch: bzr merge lp:~om26er/ubuntu/precise/bamf/SRU_for_lp_1026426
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
Ubuntu Desktop Pending
Review via email: mp+129405@code.launchpad.net

Description of the change

backport the fix for a very important bug 1026426

To post a comment you must log in.
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) :
review: Approve

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 2012-06-25 08:53:39 +0000
3+++ debian/changelog 2012-10-12 12:25:26 +0000
4@@ -1,3 +1,11 @@
5+bamf (0.2.118-0ubuntu0.3) precise-proposed; urgency=low
6+
7+ * lib/libbamf/bamf-factory.c:
8+ - LibreOffice Unity integration (launcher and switcher) is broken.
9+ (LP: #1026426)
10+
11+ -- Omer Akram <om26er@ubuntu.com> Fri, 12 Oct 2012 17:20:49 +0500
12+
13 bamf (0.2.118-0ubuntu0.2) precise-proposed; urgency=low
14
15 * Cherry-pick from upstream:
16
17=== modified file 'lib/libbamf/bamf-factory.c'
18--- lib/libbamf/bamf-factory.c 2012-06-20 18:21:10 +0000
19+++ lib/libbamf/bamf-factory.c 2012-10-12 12:25:26 +0000
20@@ -280,7 +280,7 @@
21
22 /* If the primary search doesn't give out any result, we fallback
23 * to children window comparison */
24- if (!matched_view)
25+ if (!list_desktop_file && !matched_view)
26 {
27 GList *list_children, *ll;
28 list_children = bamf_application_get_cached_xids (list_app);

Subscribers

People subscribed via source and target branches

to all changes: