[gtk+] Fixing gail build for removal of GtkObject type.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fixing gail build for removal of GtkObject type.
- Date: Mon, 27 Sep 2010 06:09:45 +0000 (UTC)
commit 53214f2584dfb950517680e3ce3c9ee4047473ce
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Mon Sep 27 15:09:51 2010 +0900
Fixing gail build for removal of GtkObject type.
modules/other/gail/gailtreeview.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modules/other/gail/gailtreeview.c b/modules/other/gail/gailtreeview.c
index b957028..d206534 100644
--- a/modules/other/gail/gailtreeview.c
+++ b/modules/other/gail/gailtreeview.c
@@ -203,7 +203,7 @@ static void model_row_changed (GtkTreeModel
static void column_visibility_changed (GObject *object,
GParamSpec *param,
gpointer user_data);
-static void column_destroy (GtkObject *obj);
+static void column_destroy (GObject *obj);
static void model_row_inserted (GtkTreeModel *tree_model,
GtkTreePath *path,
GtkTreeIter *iter,
@@ -2816,7 +2816,7 @@ column_visibility_changed (GObject *object,
* and if so we get rid of it.
*/
static void
-column_destroy (GtkObject *obj)
+column_destroy (GObject *obj)
{
GtkTreeViewColumn *tv_col = GTK_TREE_VIEW_COLUMN (obj);
AtkObject *header;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]