[cheese] Cut CONSTRUCT_ONLY from CheeseAvatarChooser:pixbuf



commit 47a62de69cff7231b8dcf1d91caaaf946bc3fd4e
Author: David King <amigadave amigadave com>
Date:   Mon Jan 16 20:57:36 2012 +0000

    Cut CONSTRUCT_ONLY from CheeseAvatarChooser:pixbuf

 libcheese/cheese-avatar-chooser.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libcheese/cheese-avatar-chooser.c b/libcheese/cheese-avatar-chooser.c
index b0f2097..1a2a494 100644
--- a/libcheese/cheese-avatar-chooser.c
+++ b/libcheese/cheese-avatar-chooser.c
@@ -348,8 +348,7 @@ cheese_avatar_chooser_class_init (CheeseAvatarChooserClass *klass)
                                                  "Pixbuf",
                                                  "A #GdkPixbuf object representing the cropped area of the picture, or %NULL.",
                                                  GDK_TYPE_PIXBUF,
-                                                 G_PARAM_READABLE |
-                                                 G_PARAM_CONSTRUCT_ONLY);
+                                                 G_PARAM_READABLE);
 
   g_object_class_install_properties (object_class, PROP_LAST, properties);
 



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