aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-04-05 06:32:12 +0800
committerDan Winship <danw@src.gnome.org>2002-04-05 06:32:12 +0800
commit02dee9478c2416e88922698bf81b7eb9152b9374 (patch)
tree66e62552de9590ced95551c8072602cfa4f1254d /shell/ChangeLog
parent9bd77403270d146798a637fbf32dec6733abf4f1 (diff)
downloadgsoc2013-evolution-02dee9478c2416e88922698bf81b7eb9152b9374.tar
gsoc2013-evolution-02dee9478c2416e88922698bf81b7eb9152b9374.tar.gz
gsoc2013-evolution-02dee9478c2416e88922698bf81b7eb9152b9374.tar.bz2
gsoc2013-evolution-02dee9478c2416e88922698bf81b7eb9152b9374.tar.lz
gsoc2013-evolution-02dee9478c2416e88922698bf81b7eb9152b9374.tar.xz
gsoc2013-evolution-02dee9478c2416e88922698bf81b7eb9152b9374.tar.zst
gsoc2013-evolution-02dee9478c2416e88922698bf81b7eb9152b9374.zip
Fix a memory mixup.
* evolution-shell-client.c (evolution_shell_client_get_pixbuf_for_type): Fix a memory mixup. svn path=/trunk/; revision=16359
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 89e52dac03..b99d8307e8 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2002-04-04 Dan Winship <danw@ximian.com>
+ * evolution-shell-client.c
+ (evolution_shell_client_get_pixbuf_for_type): Fix a memory mixup.
+
+2002-04-04 Dan Winship <danw@ximian.com>
+
* evolution-folder-selector-button.c: New widget for a button that
displays a folder selection in a standard form, and when clicked
lets the user select a new folder.