[Xfce4-commits] <xfce4-notes-plugin:master> Fix unsynced sticky bit between menu item and boolean value
Mike Massonnet
noreply at xfce.org
Thu Dec 17 17:30:03 CET 2009
Updating branch refs/heads/master
to 28bb7f868cbf675921862e99da029f0c8d561c3d (commit)
from fe6b73a26298d19929721cf94f6927aa7d03832c (commit)
commit 28bb7f868cbf675921862e99da029f0c8d561c3d
Author: Mike Massonnet <mmassonnet at gmail.com>
Date: Thu Dec 17 17:31:04 2009 +0100
Fix unsynced sticky bit between menu item and boolean value
ChangeLog | 4 ++++
panel-plugin/window.vala | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4beff7f..2b39e40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-12-17 Mike Massonnet <mmassonnet at xfce.org>
+Fix unsynced sticky bit between menu item and boolean value
+
+2009-12-17 Mike Massonnet <mmassonnet at xfce.org>
+
Fix default color read trough Xfconf in Xnp.Application
2009-12-17 Mike Massonnet <mmassonnet at xfce.org>
diff --git a/panel-plugin/window.vala b/panel-plugin/window.vala
index b9aa02f..9765775 100644
--- a/panel-plugin/window.vala
+++ b/panel-plugin/window.vala
@@ -149,6 +149,7 @@ namespace Xnp {
}
set {
this._sticky = value;
+ this.mi_sticky.active = this._sticky;
if (value == true)
stick ();
else
More information about the Xfce4-commits
mailing list