[Xfce4-commits] <xfwm4:master> Fix property types thanks Nick

Nick Schermer noreply at xfce.org
Sun Feb 23 21:10:10 CET 2014


Updating branch refs/heads/master
         to fc54acd08dffdd2d0aabb22b4946b36531dfd787 (commit)
       from 913bc9c5ae9cde40c363ead5b081583bd75bd0b1 (commit)

commit fc54acd08dffdd2d0aabb22b4946b36531dfd787
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