Try to resolve a listener to make sure that something is listening when we
2001-10-13 Bradford Hovinen <hovinen@ximian.com> * bonobo-config-archiver.c (real_sync): Try to resolve a listener to make sure that something is listening when we issue the sync event (disabled for now) (get_listener_oafiid): Implement (disabled for now) 2001-10-12 Bradford Hovinen <hovinen@ximian.com> * capplet-util.c (get_factory_name): Updated factory name to reflect new, expanded roles * Bonobo_Control_Capplet_generic.oaf.in: Create 2001-09-29 Bradford Hovinen <hovinen@ximian.com> * capplet-util.c (create_control_cb): Elimite reference counter -- it's not necessary (create_control_cb): Make this a multi-factory so that we can return the listener when needed (capplet_init): Set up the listener here rather than in get_control_cb; also remove the listener and unref the database here (quit_cb, real_quit_cb): Remove (thank the gods) 2001-10-12 Bradford Hovinen <hovinen@ximian.com> * Makefile.am ($(oaffile)): Make creation of the .oaf file generic 2001-10-12 Bradford Hovinen <hovinen@ximian.com> * capplet-dir.c (capplet_control_launch): Unref the property bag when we are done
This commit is contained in:
parent
99b228af09
commit
4b6d9f7f99
21 changed files with 232 additions and 209 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-10-12 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* capplet-dir.c (capplet_control_launch): Unref the property bag
|
||||
when we are done
|
||||
|
||||
2001-09-28 Carlos Perelló Marín <carlos@gnome-db.org>
|
||||
|
||||
* capplet-dir-view-html.c: Now we use utf-8 strings
|
||||
|
|
|
@ -515,6 +515,7 @@ capplet_control_launch (const gchar *capplet_name, gchar *window_title)
|
|||
cf = bonobo_widget_get_control_frame (BONOBO_WIDGET (control));
|
||||
pb = bonobo_control_frame_get_control_property_bag (cf, &ev);
|
||||
bonobo_property_bag_client_set_value_string (pb, "moniker", moniker, &ev);
|
||||
bonobo_object_release_unref (pb, NULL);
|
||||
|
||||
if (BONOBO_EX (&ev)) {
|
||||
dialog = gnome_error_dialog ("Could not load your configuration settings.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue