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
=== modified file 'src/xsplash.c'
--- src/xsplash.c 2009-10-12 15:19:26 +0000
+++ src/xsplash.c 2009-10-14 22:40:23 +0000
@@ -759,6 +759,8 @@
759 !gty_timeline_get_direction (timeline));759 !gty_timeline_get_direction (timeline));
760 }760 }
761 }761 }
762
763 gdk_window_raise (priv->window->window);
762}764}
763765
764static void766static void
@@ -1120,6 +1122,8 @@
1120 gchar *waitfor,1122 gchar *waitfor,
1121 GError **error)1123 GError **error)
1122{1124{
1125 XsplashServerPrivate *priv = XSPLASH_SERVER_GET_PRIVATE (server);
1126
1123 g_message ("received a new signal to wait for: %s", waitfor);1127 g_message ("received a new signal to wait for: %s", waitfor);
11241128
1125 if (waitfor)1129 if (waitfor)
@@ -1127,6 +1131,8 @@
1127 add_signal (waitfor);1131 add_signal (waitfor);
1128 }1132 }
11291133
1134 gdk_window_raise (priv->window->window);
1135
1130 return TRUE;1136 return TRUE;
1131}1137}
11321138

Subscribers

People subscribed via source and target branches