[Xfce4-commits] <xfwm4:ochosi/tabwin> Fix property types thanks Nick
Simon Steinbeiss
noreply at xfce.org
Sun Jul 14 05:50:01 CEST 2013
Updating branch refs/heads/ochosi/tabwin
to 55ec9619381a64d7deda7762505ba83b85b5073a (commit)
from 59d031d6374e4db55232e3b92ffeed0f3eadfad3 (commit)
commit 55ec9619381a64d7deda7762505ba83b85b5073a
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sun Jul 14 05:48:07 2013 +0200
Fix property types
thanks Nick
src/tabwin.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/tabwin.c b/src/tabwin.c
index 001e9ec..f5161ce 100644
--- a/src/tabwin.c
+++ b/src/tabwin.c
@@ -420,14 +420,14 @@ tabwin_widget_class_init (TabwinWidgetClass *klass)
WIN_BORDER_WIDTH,
G_PARAM_READABLE));
gtk_widget_class_install_style_property (widget_class,
- g_param_spec_int("border-alpha",
+ g_param_spec_double("border-alpha",
"border alpha",
"the alpha of the colored border",
0.0, 1.0,
WIN_BORDER_ALPHA,
G_PARAM_READABLE));
gtk_widget_class_install_style_property (widget_class,
- g_param_spec_int("alpha",
+ g_param_spec_double("alpha",
"alpha",
"the alpha of the window",
0.0, 1.0,
More information about the Xfce4-commits
mailing list