[Xfce4-commits] <xfce4-notes-plugin:master> Fix default color read trough Xfconf in Xnp.Application

Mike Massonnet noreply at xfce.org
Thu Dec 17 17:30:02 CET 2009


Updating branch refs/heads/master
         to fe6b73a26298d19929721cf94f6927aa7d03832c (commit)
       from 3e71f8a27a9fa9ec1f9add163500fb28f332dbd9 (commit)

commit fe6b73a26298d19929721cf94f6927aa7d03832c
Author: Mike Massonnet <mmassonnet at gmail.com>
Date:   Thu Dec 17 16:56:20 2009 +0100

    Fix default color read trough Xfconf in Xnp.Application

 ChangeLog                     |    4 ++++
 panel-plugin/application.vala |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 197a099..4beff7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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>
+
 Display left/right resize cursors in Xnp.Window
 
 2009-12-16  Mike Massonnet <mmassonnet at xfce.org>
diff --git a/panel-plugin/application.vala b/panel-plugin/application.vala
index c0bee86..b722178 100644
--- a/panel-plugin/application.vala
+++ b/panel-plugin/application.vala
@@ -43,7 +43,7 @@ namespace Xnp {
 
 			this.config_file = config_file;
 			xfconf_channel = new Xfconf.Channel.with_property_base ("xfce4-panel", "/plugins/notes");
-			string color = xfconf_channel.get_string ("/global/background-color", "#F2F1EF");
+			string color = xfconf_channel.get_string ("/global/background-color", "#F7EB96");
 			Xnp.Color.set_background (color);
 
 			xfconf_channel.property_changed += (channel, prop, val) => {



More information about the Xfce4-commits mailing list