[at-spi2-atk] AtkTableCell: fix helper function used to return column/header cells



commit 0b91aae72647b22ae5ae5ed4965abf6b04a1c10a
Author: Mike Gorse <mgorse alum wpi edu>
Date:   Mon Feb 25 20:18:51 2019 -0600

    AtkTableCell: fix helper function used to return column/header cells
    
    Fixes https://gitlab.gnome.org/GNOME/at-spi2-atk/issues/5

 atk-adaptor/adaptors/table-cell-adaptor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/atk-adaptor/adaptors/table-cell-adaptor.c b/atk-adaptor/adaptors/table-cell-adaptor.c
index ca01fd9..2e6907e 100644
--- a/atk-adaptor/adaptors/table-cell-adaptor.c
+++ b/atk-adaptor/adaptors/table-cell-adaptor.c
@@ -61,7 +61,7 @@ message_from_object_array (DBusMessage *message, GPtrArray *array)
   }
   dbus_message_iter_close_container (&iter, &iter_array);
   g_ptr_array_unref (array);
-  return message;
+  return reply;
 }
 
 static DBusMessage *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]