aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-04-09 14:47:20 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-04-09 14:47:20 +0800
commit01bf08bdbc72d2183d40aa88b503b07bea8fff11 (patch)
tree23faef1c782bb6c5b55dad147126502cafc301e2 /ChangeLog
parent75513364f1db91b894cacb8853d9486e74b45caf (diff)
downloadgsoc2013-evolution-01bf08bdbc72d2183d40aa88b503b07bea8fff11.tar
gsoc2013-evolution-01bf08bdbc72d2183d40aa88b503b07bea8fff11.tar.gz
gsoc2013-evolution-01bf08bdbc72d2183d40aa88b503b07bea8fff11.tar.bz2
gsoc2013-evolution-01bf08bdbc72d2183d40aa88b503b07bea8fff11.tar.lz
gsoc2013-evolution-01bf08bdbc72d2183d40aa88b503b07bea8fff11.tar.xz
gsoc2013-evolution-01bf08bdbc72d2183d40aa88b503b07bea8fff11.tar.zst
gsoc2013-evolution-01bf08bdbc72d2183d40aa88b503b07bea8fff11.zip
+ * addressbook/gui/component/addressbook.c (addressbook_factory):
+ Added gtk_widget_push/pop_colormap/visual, which I assume is + necessary for canvas use. + + * folder-browser.c (folder_browser_new): set folder_browser->uri + to NULL, so that we know when to free it. + + * e-table-col.c (e_table_col_new_with_pixbuf): ref etc->ecell, + like in e_table_col_new, since that same ECell is unref'd in + etc_destroy(). + svn path=/trunk/; revision=2350
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c2ca0b987..e59b8189ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-04-09 Matt Loper <matt@helixcode.com>
+
+ * addressbook/gui/component/addressbook.c (addressbook_factory):
+ Added gtk_widget_push/pop_colormap/visual, which I assume is
+ necessary for canvas use.
+
2000-04-08 Christopher James Lahey <clahey@helixcode.com>
* addressbook/contact-editor/Makefile.am,