2001-07-25 Richard Hestilow <hestilow@ximian.com>
* main.c (main): Move capplet-launching code into an idle handler.
Bonobo sucks like that.
* capplet-dir.c (capplet_activate): Remove the check for gnomecc,
it was causing grief with bonobo. Story at 11.
2001-07-24 Richard Hestilow <hestilow@ximian.com>
* applier.c (output_compat_prefs): Write to gnome-config to make
nautilus happy.
(applier_apply_prefs): Change of is_nautilus_running handling
logic to still output legacy settings. Also, call
output_compat_prefs if is_root
.
2001-07-24 Richard Hestilow <hestilow@ximian.com>
* config-log.c (parse_line): Ok, bad fix. Move that to the archiver.
* bonobo-config-archiver.c (pb_set_fn): Moved here.
(bonobo_config_archiver_new): Don't aggregate against an EventSource,
since the PropertyBag already has one and everything will get confused.
Just use the one the bag has.
(bonobo_config_archiver_destroy): Don't unref the event source, we
don't own it any more.
2001-07-24 Chema Celorio <chema@celorio.com>
* file-types-capplet.c (create_mime_list_and_scroller): add a usize
the GUI sucks, we need to revisit the gui SOON !
2001-07-24 Richard Hestilow <hestilow@ximian.com>
* sound-properties-capplet.c (main): Pass in legacy files to
capplet_init.
(get_legacy_settings): Use the "Main" config prefix.
2001-07-24 Richard Hestilow <hestilow@ximian.com>
* capplet-util.[ch] (capplet_init): New argument of legacy files to
check for changes.
* capplet-util.c (legacy_is_modified): New function that checks
a legacy file against the archiver modification date.
(capplet_init): Pass legacy_files to legacy_is_modified, and sync
our database with the legacy one if one has been.
2001-07-24 Richard Hestilow <hestilow@ximian.com>
* config-log.c (parse_line): Fix date parsing to work with DST.
* bonobo-config-archiver.[ch]: Export a PropertyBag interface that
has the last_modified date as a read-only property.
2001-07-24 Chema Celorio <chema@celorio.com>
* capplet-dir-view.c (capplet_dir_view_load_dir): set the title
of the window to "Gnome Control Center : foo"
2001-07-24 Bradford Hovinen <hovinen@ximian.com>
* capplet-util.c (real_quit_cb): Reenable disabled code
(quit_cb): Put the db an id objects in a pair structure and pass
that to the callback
(real_quit_cb): Extract the db and id objects from the pair
(create_control_cb): Set up listener for sync event rather than
change event
2001-07-24 Bradford Hovinen <hovinen@ximian.com>
* capplet-dir.c (capplet_control_launch): Set moniker property
manually
(capplet_control_launch): Remove double-free of the moniker
(capplet_control_launch): Release and unref the property control
in the event of an error
(capplet_control_launch): Conclude that the capplet is already
running only when the exception type is
Bonobo/Moniker/InterfaceNotFound
2001-07-24 Bradford Hovinen <hovinen@ximian.com>
* capplet-util.c (real_quit_cb): Reenable disabled code
(quit_cb): Put the db an id objects in a pair structure and pass
that to the callback
(real_quit_cb): Extract the db and id objects from the pair
2001-07-24 Bradford Hovinen <hovinen@ximian.com>
* capplet-dir.c (capplet_control_launch): Set moniker property
manually
(capplet_control_launch): Remove double-free of the moniker
(capplet_control_launch): Release and unref the property control
in the event of an error
2001-07-24 Chema Celorio <chema@celorio.com>
* configure.in (dnl): add a new sed line that adds the full path to the Exec line
in the .desktop files. It is commented out for now cause gnoemcc is not apreciating
full paths.
2001-07-23 Richard Hestilow <hestilow@ximian.com>
* callbacks.c (on_radiodefeditor_toggled): Only set_selected_editor
if the button is enabled.
(on_seldefbrowser_toggled): Ditto.
(on_seldefview_toggled): Ditto.
(on_seldefterm_toggled): Ditto.
* default-application-properties.c (fill_editor_data): Fix widget
name typo.
2001-07-23 Bradford Hovinen <hovinen@ximian.com>
* capplet-dir.c (capplet_control_launch): Don't connect the
app's button signals if the app has just been destroyed
2001-07-23 Bradford Hovinen <hovinen@ximian.com>
* capplet-util.c (set_moniker_cb): Set InvalidValue exception if
the program could not resolve the moniker
* capplet-dir.c (capplet_control_launch): Put up an error dialog
and abort the process if the capplet reports an error trying to
resolve its moniker
2001-07-23 Bradford Hovinen <hovinen@ximian.com>
* capplet-util.c (set_moniker_cb): Put up error dialog if we could
not resolve the configuration moniker