← Back to team overview

ayatana-commits team mailing list archive

[Branch ~xsplash-team/xsplash/trunk] Rev 86: merge lp:~bratsche/xsplash/raise-window

 

Merge authors:
  Cody Russell (bratsche)
Related merge proposals:
  https://code.launchpad.net/~bratsche/xsplash/raise-window/+merge/13389
  proposed by: Cody Russell (bratsche)
  review: Approve - Neil J. Patel (njpatel)
------------------------------------------------------------
revno: 86 [merge]
committer: Cody Russell <crussell@xxxxxxxxxxxxx>
branch nick: trunk
timestamp: Thu 2009-10-15 09:27:48 -0500
message:
  merge lp:~bratsche/xsplash/raise-window
modified:
  src/xsplash.c


--
lp:xsplash
https://code.launchpad.net/~xsplash-team/xsplash/trunk

Your team ayatana-commits is subscribed to branch lp:xsplash.
To unsubscribe from this branch go to https://code.launchpad.net/~xsplash-team/xsplash/trunk/+edit-subscription.
=== modified file 'src/xsplash.c'
--- src/xsplash.c	2009-10-12 15:19:26 +0000
+++ src/xsplash.c	2009-10-14 22:35:08 +0000
@@ -759,6 +759,8 @@
                                       !gty_timeline_get_direction (timeline));
         }
     }
+
+  gdk_window_raise (priv->window->window);
 }
 
 static void
@@ -1120,6 +1122,8 @@
                                 gchar          *waitfor,
                                 GError        **error)
 {
+  XsplashServerPrivate *priv = XSPLASH_SERVER_GET_PRIVATE (server);
+
   g_message ("received a new signal to wait for: %s", waitfor);
 
   if (waitfor)
@@ -1127,6 +1131,8 @@
       add_signal (waitfor);
     }
 
+  gdk_window_raise (priv->window->window);
+
   return TRUE;
 }