[Xfce4-commits] <xfce4-notes-plugin:master> Reset above state after hidding an Xnp.Window

Mike Massonnet noreply at xfce.org
Mon Dec 28 15:06:01 CET 2009


Updating branch refs/heads/master
         to 7361e80649e70b402a31a4b6b2809496f0fbdc93 (commit)
       from 5091157c758f67fbdbe8a0c0a5bd1ade23bdebe1 (commit)

commit 7361e80649e70b402a31a4b6b2809496f0fbdc93
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Mon Dec 28 15:02:42 2009 +0100

    Reset above state after hidding an Xnp.Window

 ChangeLog       |    4 ++++
 lib/window.vala |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 58a016f..664a7a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-28  Mike Massonnet <mmassonnet at xfce.org>
+
+Reset above state after hidding an Xnp.Window
+
 2009-12-26  Mike Massonnet <mmassonnet at xfce.org>
 
 Fix sticky window not restored on true
diff --git a/lib/window.vala b/lib/window.vala
index 2237043..2cefe0b 100644
--- a/lib/window.vala
+++ b/lib/window.vala
@@ -377,6 +377,7 @@ namespace Xnp {
 			deiconify ();
 			unshade ();
 			move (winx, winy);
+			set_keep_above (this.above);
 		}
 
 		/**



More information about the Xfce4-commits mailing list