aboutsummaryrefslogtreecommitdiffstats
path: root/a11y
diff options
context:
space:
mode:
authorMilan Crha <mcrha@src.gnome.org>2007-09-07 15:51:47 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-09-07 15:51:47 +0800
commite0965ab239c03af7a2bec82b1d39bb5f085e6e23 (patch)
tree946eee9f7cb4090de265afd449d3dc8e9bf8fe62 /a11y
parent9841d5bfd279d7f8540f2035fb0fa5b6eddb4138 (diff)
downloadgsoc2013-evolution-e0965ab239c03af7a2bec82b1d39bb5f085e6e23.tar.gz
gsoc2013-evolution-e0965ab239c03af7a2bec82b1d39bb5f085e6e23.tar.zst
gsoc2013-evolution-e0965ab239c03af7a2bec82b1d39bb5f085e6e23.zip
2007-09-07 mcrha Fix for bug #473903
svn path=/trunk/; revision=34192
Diffstat (limited to 'a11y')
-rw-r--r--a11y/ChangeLog7
-rw-r--r--a11y/e-table/gal-a11y-e-cell-tree.c4
2 files changed, 10 insertions, 1 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog
index 80b421f2d2..29c2849395 100644
--- a/a11y/ChangeLog
+++ b/a11y/ChangeLog
@@ -1,3 +1,10 @@
+2007-09-07 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #473903
+
+ * e-table/gal-a11y-e-cell-tree.c: (kill_view_cb):
+ Fixes serious compiler warning.
+
2007-07-27 Matthew Barnes <mbarnes@redhat.com>
* Makefile.am:
diff --git a/a11y/e-table/gal-a11y-e-cell-tree.c b/a11y/e-table/gal-a11y-e-cell-tree.c
index d97cc4f292..e62f6b357e 100644
--- a/a11y/e-table/gal-a11y-e-cell-tree.c
+++ b/a11y/e-table/gal-a11y-e-cell-tree.c
@@ -51,10 +51,12 @@ ectr_model_row_changed_cb (ETableModel *etm,
static void
kill_view_cb(ECellView *subcell_view,
- GList *subcell_a11ies)
+ gpointer psubcell_a11ies)
{
GList *node;
+ GList *subcell_a11ies = (GList *) psubcell_a11ies;
GalA11yECell *subcell;
+
for (node = subcell_a11ies; node != NULL; node = g_list_next (node))
{
subcell = GAL_A11Y_E_CELL(node->data);
s='commitgraph'>* - Install forgotten icon filepav2005-11-113-6/+8 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * Update to 0.5.4.nork2005-11-036-22/+65 * SCIM updated to 1.4.2.nork2005-10-151-1/+1 * o Update to 1.4.0.nork2005-07-301-1/+1 * o Updatenork2005-05-101-1/+1 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1 * - add two missing file into pkg-plistclsung2005-03-081-0/+2 * - update to 0.5.1, use scim-table-imengine nowclsung2005-03-076-30/+46 * Remove dead master site and update WWW.vanilla2005-01-202-3/+2 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1 * Upgrade textproc/scim and related ports:thierry2004-10-193-6/+6 * Add a forgotten PLIST_SUB in last update to textproc/scim to support 4-STABLE.arved2004-08-222-3/+3 * 1: Make scim buildable on 4-X.vanilla2004-08-121-2/+10 * - Update WWWpav2004-07-301-1/+1