diff options
author | Chris Toshok <toshok@ximian.com> | 2004-02-03 05:57:37 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-02-03 05:57:37 +0800 |
commit | 04d688c182981ee00bb33ca97dc3b45982db048d (patch) | |
tree | 2fa9c6274234031b149f5d64dec31a35591b30aa /shell/ChangeLog | |
parent | f885f6f54e3479d21bf473744e6938c885aecf52 (diff) | |
download | gsoc2013-evolution-04d688c182981ee00bb33ca97dc3b45982db048d.tar gsoc2013-evolution-04d688c182981ee00bb33ca97dc3b45982db048d.tar.gz gsoc2013-evolution-04d688c182981ee00bb33ca97dc3b45982db048d.tar.bz2 gsoc2013-evolution-04d688c182981ee00bb33ca97dc3b45982db048d.tar.lz gsoc2013-evolution-04d688c182981ee00bb33ca97dc3b45982db048d.tar.xz gsoc2013-evolution-04d688c182981ee00bb33ca97dc3b45982db048d.tar.zst gsoc2013-evolution-04d688c182981ee00bb33ca97dc3b45982db048d.zip |
don't generate a g_warning if button_icon == NULL. (component_info_free):
2004-02-02 Chris Toshok <toshok@ximian.com>
* e-component-registry.c (component_info_new): don't generate a
g_warning if button_icon == NULL.
(component_info_free): unref the button_icon if it's != NULL.
svn path=/trunk/; revision=24573
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 f705d6cb7a..8c66c2c48e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2004-02-02 Chris Toshok <toshok@ximian.com> + + * e-component-registry.c (component_info_new): don't generate a + g_warning if button_icon == NULL. + (component_info_free): unref the button_icon if it's != NULL. + 2004-01-29 JP Rosevear <jpr@ximian.com> * main.c: turn development stuff back on |