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
2001-07-19 Richard Hestilow <hestilow@ximian.com>
* Gnome.directory.in.in: Change name to "Main".
* capplet-dir.c (capplet_new): Return NULL if program
is not accessible.
* capplet-dir-view.c (sidebar_populate): Don't show a directory
if it is empty.
2001-07-19 Richard Hestilow <hestilow@ximian.com>
* Started.
* main.c (main): Don't waitpid. I have no idea why it didn't work,
but this is at least better than waiting forever.
2001-07-19 Richard Hestilow <hestilow@ximian.com>
* capplet-util.c (quit_cb): Add an idle handler to call the real
quit cb.
(real_quit_cb): Added, it is what quit_cb used to be.