diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-08 05:47:25 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-08 05:47:25 +0800 |
commit | 3bc73b6a382f9ba80d68f9e7b9740bc34ce1d101 (patch) | |
tree | faeef1f08c9edd959be8161ea81518161293fad3 /shell/ChangeLog | |
parent | a108f5f32d88ccc40123b1098ac1c11fce07b452 (diff) | |
download | gsoc2013-evolution-3bc73b6a382f9ba80d68f9e7b9740bc34ce1d101.tar gsoc2013-evolution-3bc73b6a382f9ba80d68f9e7b9740bc34ce1d101.tar.gz gsoc2013-evolution-3bc73b6a382f9ba80d68f9e7b9740bc34ce1d101.tar.bz2 gsoc2013-evolution-3bc73b6a382f9ba80d68f9e7b9740bc34ce1d101.tar.lz gsoc2013-evolution-3bc73b6a382f9ba80d68f9e7b9740bc34ce1d101.tar.xz gsoc2013-evolution-3bc73b6a382f9ba80d68f9e7b9740bc34ce1d101.tar.zst gsoc2013-evolution-3bc73b6a382f9ba80d68f9e7b9740bc34ce1d101.zip |
[This should fix #5407, application crash on re-opening.]
* e-shell.c (e_shell_construct): Call
`gtk_widget_hide_on_delete()' on the splash.
* e-splash.c (e_splash_add_icon): Don't check for destruction
here.
(e_splash_set_icon_highlight): Not even here.
(button_press_event): Use a GTK+ cast.
svn path=/trunk/; revision=11743
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 3a25203c57..49221e7fa3 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,17 @@ 2001-08-07 Ettore Perazzoli <ettore@ximian.com> + [This should fix #5407, application crash on re-opening.] + + * e-shell.c (e_shell_construct): Call + `gtk_widget_hide_on_delete()' on the splash. + + * e-splash.c (e_splash_add_icon): Don't check for destruction + here. + (e_splash_set_icon_highlight): Not even here. + (button_press_event): Use a GTK+ cast. + +2001-08-07 Ettore Perazzoli <ettore@ximian.com> + * e-shortcuts-view-model.c (load_group_into_model): Get the icon from the folder type registry. (shortcuts_new_shortcut_cb): Likewise. |