[monkey-bubble: 314/753] *** empty log message ***



commit 3417cd8f02ec7ae21d3c25118daaca0daf5312cc
Author: Martin Baulig <martin src gnome org>
Date:   Mon May 21 16:46:48 2001 +0000

    *** empty log message ***

 libgnomeui/gnome-component-widget.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libgnomeui/gnome-component-widget.c b/libgnomeui/gnome-component-widget.c
index af2b5dc..cae2b8d 100644
--- a/libgnomeui/gnome-component-widget.c
+++ b/libgnomeui/gnome-component-widget.c
@@ -337,7 +337,8 @@ gnome_selector_client_construct (GnomeSelectorClient *client, const gchar *monik
 
     client->_priv->pbag = bonobo_property_bag_new (NULL, NULL, NULL);
 
-    bonobo_property_bag_add_gtk_args (client->_priv->pbag, G_OBJECT (client));
+    if (G_OBJECT_TYPE (client) != GNOME_TYPE_SELECTOR_CLIENT)
+	bonobo_property_bag_add_gtk_args (client->_priv->pbag, G_OBJECT (client));
 
     new_moniker = create_moniker_string (client, moniker);
 



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