[Xfce4-commits] <xfce4-fsguard-plugin:master> call fsguard_set_size() at startup so that everything is shown properly
Landry Breuil
noreply at xfce.org
Fri May 4 17:16:03 CEST 2012
Updating branch refs/heads/master
to bc410ae2e5b4a5b81bed70c744b81661b0b6cacc (commit)
from 4e558c53418a151e03392b0ad98bf6248722c139 (commit)
commit bc410ae2e5b4a5b81bed70c744b81661b0b6cacc
Author: Landry Breuil <landry at xfce.org>
Date: Fri May 4 17:09:16 2012 +0200
call fsguard_set_size() at startup so that everything is shown properly
panel-plugin/fsguard.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/panel-plugin/fsguard.c b/panel-plugin/fsguard.c
index 01ecfb0..b339d2b 100644
--- a/panel-plugin/fsguard.c
+++ b/panel-plugin/fsguard.c
@@ -722,6 +722,7 @@ fsguard_construct (XfcePanelPlugin *plugin)
g_timeout_add (8192, (GSourceFunc) fsguard_check_fs, fsguard);
gtk_container_add (GTK_CONTAINER (plugin), fsguard->ebox);
+ fsguard_set_size(fsguard->plugin, xfce_panel_plugin_get_size(fsguard->plugin), fsguard);
g_signal_connect (plugin,
"free-data",
More information about the Xfce4-commits
mailing list