aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-06-18 14:49:40 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-06-18 14:49:40 +0800
commit01a1d4009633d920a823ed7085893082ac6b0187 (patch)
treef3b864d7c48474ebac13551cfb3d63388bea2e38 /shell/ChangeLog
parent59baf2628710798c571144e6cfbbec7c719c1ddc (diff)
downloadgsoc2013-evolution-01a1d4009633d920a823ed7085893082ac6b0187.tar
gsoc2013-evolution-01a1d4009633d920a823ed7085893082ac6b0187.tar.gz
gsoc2013-evolution-01a1d4009633d920a823ed7085893082ac6b0187.tar.bz2
gsoc2013-evolution-01a1d4009633d920a823ed7085893082ac6b0187.tar.lz
gsoc2013-evolution-01a1d4009633d920a823ed7085893082ac6b0187.tar.xz
gsoc2013-evolution-01a1d4009633d920a823ed7085893082ac6b0187.tar.zst
gsoc2013-evolution-01a1d4009633d920a823ed7085893082ac6b0187.zip
** See bug #54498.
2004-06-18 Not Zed <NotZed@Ximian.com> ** See bug #54498. * main.c (idle_cb): don't do dev warning stuff here anymore. * main.c (main): show the dev warning before doing anything else if we are going to. (warning_dialog_response_callback): kick off the actual application once we're finished. (window_map_callback, new_window_created_callback): removed, not needed anymore. svn path=/trunk/; revision=26412
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 6fe20bcd2e..2a4ac3608f 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,16 @@
+2004-06-18 Not Zed <NotZed@Ximian.com>
+
+ ** See bug #54498.
+
+ * main.c (idle_cb): don't do dev warning stuff here anymore.
+
+ * main.c (main): show the dev warning before doing anything else
+ if we are going to.
+ (warning_dialog_response_callback): kick off the actual
+ application once we're finished.
+ (window_map_callback, new_window_created_callback): removed, not
+ needed anymore.
+
2004-06-17 Jeffrey Stedfast <fejj@ximian.com>
* main.c (main): Call gnome_sound_init() before bonobo_main().