diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 126cdf9948..dc1935ddda 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,20 @@ +2007-03-20 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #419469 - Miscellaneous main.c cleanups + + * main.c (kill_dataserver): Kill evolution-data-server-1.8. + + * main.c (show_development_warning): Call gtk_dialog_run() instead + of listening for a "response" signal. Pass the checkbox state back + to main() and let main() set the "show_dialog_warning" GConf key. + + * main.c (open_uris), (idle_cb), (main): Use the remaining_args + string vector directly instead of needlessly building a GSList + out of it. + + * main.c (main): Manage a reference to the default GConf client and + pass it to the functions that need it. + 2007-03-16 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #360240 |