[Xfce4-commits] <xfce4-cpugraph-plugin:master> Turn on the frame by default

Florian noreply at xfce.org
Sat Apr 17 16:16:42 CEST 2010


Updating branch refs/heads/master
         to 6881b079c577cc963a9028e37f17f1095f19998a (commit)
       from 9f7574bbd0e41f6980db58445bffd907a24e2c6d (commit)

commit 6881b079c577cc963a9028e37f17f1095f19998a
Author: Florian <frivoal at gmail.com>
Date:   Sat Mar 13 00:53:23 2010 +0900

    Turn on the frame by default

 panel-plugin/settings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/settings.c b/panel-plugin/settings.c
index 93c450e..16c9bbc 100644
--- a/panel-plugin/settings.c
+++ b/panel-plugin/settings.c
@@ -11,7 +11,7 @@ void read_settings( XfcePanelPlugin * plugin, CPUGraph * base )
 	int size = 70;
 	int mode = 0;
 	int color_mode = 0;
-	gboolean frame = FALSE;
+	gboolean frame = TRUE;
 	gboolean border = TRUE;
 	gboolean bars = TRUE;
 	const gchar  *associated_command = "xfce4-taskmanager";



More information about the Xfce4-commits mailing list