diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-01-16 02:33:24 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-01-16 02:33:24 +0800 |
commit | 2324b9a72aeeeea53b25159c6f374bd9cb9b14de (patch) | |
tree | 92426924a71406fddd3da874c9568cd4bb0d7541 /shell/ChangeLog | |
parent | a1d117a6d05945d18aa698d2ee8978dba43ae9e8 (diff) | |
download | gsoc2013-evolution-2324b9a72aeeeea53b25159c6f374bd9cb9b14de.tar gsoc2013-evolution-2324b9a72aeeeea53b25159c6f374bd9cb9b14de.tar.gz gsoc2013-evolution-2324b9a72aeeeea53b25159c6f374bd9cb9b14de.tar.bz2 gsoc2013-evolution-2324b9a72aeeeea53b25159c6f374bd9cb9b14de.tar.lz gsoc2013-evolution-2324b9a72aeeeea53b25159c6f374bd9cb9b14de.tar.xz gsoc2013-evolution-2324b9a72aeeeea53b25159c6f374bd9cb9b14de.tar.zst gsoc2013-evolution-2324b9a72aeeeea53b25159c6f374bd9cb9b14de.zip |
Set the title of the splash dialog to Evolution
svn path=/trunk/; revision=7507
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 485e657deb..ed666dfca0 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,17 @@ +2001-01-15 Iain Holmes <iain@ximian.com> + + * importer/importer.c (import_druid_cancel): Just destroy the wizard. + All other freeing code is moved into import_druid_destroy. + (show_import_wizard): Connect the destroy signal to import_druid_destroy. + (start_import): Connect to the destroy signal of the dialog and the + clicked as well. + (dialog_destroy_cb): Stop the import after the current item has finished. + (dialog_clicked_cb): Stop the import. + (import_cb): Only process the next item if the dialog hasn't been stopped. + Destroy the dialog if it hasn't been destroyed already. + + * e-splash.c (e_splash_construct): Set the window title to Evolution. + 2001-01-13 Jason Leach <jasonleach@usa.net> (Fix bug #934: Add Right-click item to hide the shortcut bar) |