[epiphany] title-box: Make the window property writable only



commit 72ef6401f1d628e4ad3b9e387023c08d39b317c5
Author: Carlos Garcia Campos <cgarcia igalia com>
Date:   Wed Feb 19 10:42:01 2014 +0100

    title-box: Make the window property writable only
    
    It's marked as readwrite but there's no implementation for it in
    get_property.

 src/ephy-title-box.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-title-box.c b/src/ephy-title-box.c
index 23e7481..f11de67 100644
--- a/src/ephy-title-box.c
+++ b/src/ephy-title-box.c
@@ -395,7 +395,7 @@ ephy_title_box_class_init (EphyTitleBoxClass *klass)
                                                         "Window",
                                                         "The parent window",
                                                         EPHY_TYPE_WINDOW,
-                                                        G_PARAM_READWRITE |
+                                                        G_PARAM_WRITABLE |
                                                         G_PARAM_CONSTRUCT_ONLY |
                                                         G_PARAM_STATIC_STRINGS);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]