diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-04-05 09:21:28 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-04-05 09:21:28 +0800 |
commit | 0d327d6fc33813fcc06ae52b10cb74c7b0421acd (patch) | |
tree | a7ce0e0329996a99abb140dd4b4f49197b2f4934 /ChangeLog | |
parent | ab9a56f51b6c836884eb1fd7d8864807e6c5ed40 (diff) | |
download | gsoc2013-evolution-0d327d6fc33813fcc06ae52b10cb74c7b0421acd.tar gsoc2013-evolution-0d327d6fc33813fcc06ae52b10cb74c7b0421acd.tar.gz gsoc2013-evolution-0d327d6fc33813fcc06ae52b10cb74c7b0421acd.tar.bz2 gsoc2013-evolution-0d327d6fc33813fcc06ae52b10cb74c7b0421acd.tar.lz gsoc2013-evolution-0d327d6fc33813fcc06ae52b10cb74c7b0421acd.tar.xz gsoc2013-evolution-0d327d6fc33813fcc06ae52b10cb74c7b0421acd.tar.zst gsoc2013-evolution-0d327d6fc33813fcc06ae52b10cb74c7b0421acd.zip |
Fixed some referencing and lifetime issues.
2000-04-04 Christopher James Lahey <clahey@helixcode.com>
* widgets/e-minicard/e-minicard.c: Fixed some referencing and
lifetime issues.
From widgets/e-table:
2000-04-04 Christopher James Lahey <clahey@helixcode.com>
* e-table-text-model.c: Make this assert a bit more readable.
* e-table-item.c: Fix update loop behavior.
svn path=/trunk/; revision=2291
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2000-04-04 Christopher James Lahey <clahey@helixcode.com> + * widgets/e-minicard/e-minicard.c: Fixed some referencing and + lifetime issues. + +2000-04-04 Christopher James Lahey <clahey@helixcode.com> + * widgets/e-text/e-text.c: Removed an unnecessary get_bounds call. (From a patch by Iain Holmes <ih@csd.abdn.ac.uk>) |