diff options
author | Hiroyuki Ikezoe <poincare@ikezoe.net> | 2007-07-26 07:24:45 +0800 |
---|---|---|
committer | Hiroyuki Ikezoe <hiikezoe@src.gnome.org> | 2007-07-26 07:24:45 +0800 |
commit | d4c34ad96ad81dae13ccd7cd80609ee81117db20 (patch) | |
tree | 35dfac52d29a6f8416ebf68d02d0954e492e09e9 /a11y/ChangeLog | |
parent | 1ed3feb79f7fc3945f0108062b4cec590ad09ea8 (diff) | |
download | gsoc2013-evolution-d4c34ad96ad81dae13ccd7cd80609ee81117db20.tar.gz gsoc2013-evolution-d4c34ad96ad81dae13ccd7cd80609ee81117db20.tar.zst gsoc2013-evolution-d4c34ad96ad81dae13ccd7cd80609ee81117db20.zip |
The return value of g_list_remove() should be received because the
2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net>
* e-table/gal-a11y-e-cell-tree.c: (ectr_subcell_weak_ref):
The return value of g_list_remove() should be received because the
function returns the new start of the list.
svn path=/trunk/; revision=33836
Diffstat (limited to 'a11y/ChangeLog')
-rw-r--r-- | a11y/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog index 8484ee11e0..e686043270 100644 --- a/a11y/ChangeLog +++ b/a11y/ChangeLog @@ -1,3 +1,9 @@ +2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net> + + * e-table/gal-a11y-e-cell-tree.c: (ectr_subcell_weak_ref): + The return value of g_list_remove() should be received because the + function returns the new start of the list. + 2007-07-19 Li Yuan <liyuan@tackle> * calendar/ea-day-view-main-item.c: |