Merge lp:~bratsche/xsplash/raise-window into lp:xsplash

Proposed by Cody Russell
Status: Merged
Merged at revision: not available
Proposed branch: lp:~bratsche/xsplash/raise-window
Merge into: lp:xsplash
Diff against target: 29 lines
1 file modified
src/xsplash.c (+6/-0)
To merge this branch: bzr merge lp:~bratsche/xsplash/raise-window
Reviewer Review Type Date Requested Status
Neil J. Patel (community) Approve
Review via email: mp+13389@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Neil J. Patel (njpatel) wrote :

Mergamus Maximus.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/xsplash.c'
2--- src/xsplash.c 2009-10-12 15:19:26 +0000
3+++ src/xsplash.c 2009-10-14 22:40:23 +0000
4@@ -759,6 +759,8 @@
5 !gty_timeline_get_direction (timeline));
6 }
7 }
8+
9+ gdk_window_raise (priv->window->window);
10 }
11
12 static void
13@@ -1120,6 +1122,8 @@
14 gchar *waitfor,
15 GError **error)
16 {
17+ XsplashServerPrivate *priv = XSPLASH_SERVER_GET_PRIVATE (server);
18+
19 g_message ("received a new signal to wait for: %s", waitfor);
20
21 if (waitfor)
22@@ -1127,6 +1131,8 @@
23 add_signal (waitfor);
24 }
25
26+ gdk_window_raise (priv->window->window);
27+
28 return TRUE;
29 }
30

Subscribers

People subscribed via source and target branches