[monkey-bubble: 369/753] Removed; this is now done by GnomeSelector.



commit 8e15c00745b160002799885d379e8679f7f90772
Author: Martin Baulig <baulig suse de>
Date:   Sun Jun 3 18:00:23 2001 +0000

    Removed; this is now done by GnomeSelector.
    
    2001-06-03  Martin Baulig  <baulig suse de>
    
    	* gnome-selector-component.c (PROP_CONFIG_MONIKER, ensure_properties_handler):
    	Removed; this is now done by GnomeSelector.

 libgnomeui/ChangeLog                |    5 +++++
 libgnomeui/gnome-component-widget.c |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libgnomeui/ChangeLog b/libgnomeui/ChangeLog
index df7f09b..969893a 100644
--- a/libgnomeui/ChangeLog
+++ b/libgnomeui/ChangeLog
@@ -1,5 +1,10 @@
 2001-06-03  Martin Baulig  <baulig suse de>
 
+	* gnome-selector-component.c (PROP_CONFIG_MONIKER, ensure_properties_handler):
+	Removed; this is now done by GnomeSelector.
+
+2001-06-03  Martin Baulig  <baulig suse de>
+
 	* gnome-entry.c: Use the new GnomeEntryComponent.
 	(PROP_IS_FILE_ENTRY): New property; this widget can now be used both
 	as normal and as file entry.
diff --git a/libgnomeui/gnome-component-widget.c b/libgnomeui/gnome-component-widget.c
index 205a28c..1987108 100644
--- a/libgnomeui/gnome-component-widget.c
+++ b/libgnomeui/gnome-component-widget.c
@@ -431,7 +431,8 @@ gnome_selector_client_construct (GnomeSelectorClient *client, const gchar *monik
 			     "want-clear-button", PROP_WANT_CLEAR_BUTTON,
 			     BONOBO_ARG_BOOLEAN, NULL, NULL, BONOBO_PROPERTY_READABLE);
 
-    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));
 
     factory = bonobo_get_object (moniker, "GNOME/SelectorFactory", &ev);
     if (BONOBO_EX (&ev) || (factory == CORBA_OBJECT_NIL)) {



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