Merge lp:~alexlauni/bamf/set-is-foreground-tab into lp:bamf/0.4

Proposed by Alex Launi
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: 520
Merged at revision: 520
Proposed branch: lp:~alexlauni/bamf/set-is-foreground-tab
Merge into: lp:bamf/0.4
Diff against target: 12 lines (+1/-1)
1 file modified
src/bamf-unity-webapps-tab.c (+1/-1)
To merge this branch: bzr merge lp:~alexlauni/bamf/set-is-foreground-tab
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+146500@code.launchpad.net

Commit message

Sets is-foreground-tab in bamf_unity_webapps_tab_initialize_properties

Description of the change

Sets is-foreground-tab in bamf_unity_webapps_tab_initialize_properties

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

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/bamf-unity-webapps-tab.c'
2--- src/bamf-unity-webapps-tab.c 2012-10-09 08:36:59 +0000
3+++ src/bamf-unity-webapps-tab.c 2013-02-04 19:28:33 +0000
4@@ -177,7 +177,7 @@
5 xid = unity_webapps_context_get_view_window (self->priv->context, self->priv->interest_id);
6 is_active = unity_webapps_context_get_view_is_active (self->priv->context, self->priv->interest_id);
7
8- g_object_set (self, "location", location, "xid", xid, NULL);
9+ g_object_set (self, "location", location, "xid", xid, "is-foreground-tab", is_active, NULL);
10
11 self->priv->tab_active = is_active;
12 bamf_unity_webapps_tab_create_bamf_window (self, xid);

Subscribers

People subscribed via source and target branches