aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-03-20 22:22:49 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-03-20 22:22:49 +0800
commit2313e47dab3e8151743138892277b08cf78034cc (patch)
treee9f6699d47a5ef095ef3df27e3378b65eb89afe7 /shell/ChangeLog
parent0709dd4c6265d3844cec2fe99ec6c4069b837817 (diff)
downloadgsoc2013-evolution-2313e47dab3e8151743138892277b08cf78034cc.tar
gsoc2013-evolution-2313e47dab3e8151743138892277b08cf78034cc.tar.gz
gsoc2013-evolution-2313e47dab3e8151743138892277b08cf78034cc.tar.bz2
gsoc2013-evolution-2313e47dab3e8151743138892277b08cf78034cc.tar.lz
gsoc2013-evolution-2313e47dab3e8151743138892277b08cf78034cc.tar.xz
gsoc2013-evolution-2313e47dab3e8151743138892277b08cf78034cc.tar.zst
gsoc2013-evolution-2313e47dab3e8151743138892277b08cf78034cc.zip
** Fixes bug #419469 - Miscellaneous main.c cleanups
2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #419469 - Miscellaneous main.c cleanups * shell/main.c (kill_dataserver): Kill evolution-data-server-1.8. * shell/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. * shell/main.c (open_uris), (idle_cb), (main): Use the remaining_args string vector directly instead of needlessly building a GSList out of it. * shell/main.c (main): Manage a reference to the default GConf client and pass it to the functions that need it. svn path=/trunk/; revision=33318
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog17
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