diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-14 06:15:45 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-14 06:15:45 +0800 |
commit | 681cee1a1d0000f865f96624299afc917975bc45 (patch) | |
tree | 43b0293a4917aebdcead83e770aa3e747c0b04ca /shell/ChangeLog | |
parent | 8fdc72b002b927cce36e0e20be7ff04c409abd50 (diff) | |
download | gsoc2013-evolution-681cee1a1d0000f865f96624299afc917975bc45.tar gsoc2013-evolution-681cee1a1d0000f865f96624299afc917975bc45.tar.gz gsoc2013-evolution-681cee1a1d0000f865f96624299afc917975bc45.tar.bz2 gsoc2013-evolution-681cee1a1d0000f865f96624299afc917975bc45.tar.lz gsoc2013-evolution-681cee1a1d0000f865f96624299afc917975bc45.tar.xz gsoc2013-evolution-681cee1a1d0000f865f96624299afc917975bc45.tar.zst gsoc2013-evolution-681cee1a1d0000f865f96624299afc917975bc45.zip |
Removed. (class_init): Don't override that method anymore.
* e-gray-bar.c (impl_style_set): Removed.
(class_init): Don't override that method anymore.
(e_gray_bar_new): Call `endarken_style()' here instead.
svn path=/trunk/; revision=11967
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index b92f8d93c0..7fba31983d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2001-08-13 Ettore Perazzoli <ettore@ximian.com> + * e-gray-bar.c (impl_style_set): Removed. + (class_init): Don't override that method anymore. + (e_gray_bar_new): Call `endarken_style()' here instead. + +2001-08-13 Ettore Perazzoli <ettore@ximian.com> + [Fix #7109, Evolution crashes when the splash screen dialog is killed by clicking the "X" button.] |