aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-09-11 20:05:14 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-09-11 21:03:45 +0800
commit4c13763c5eab1013f6abab234f77fa06e4502652 (patch)
treece46ba39f33e8b81447c084164de83b90b042aa7 /widgets/table/e-cell.c
parentbc9ece413fce4941a74a13619815a0869c1d2e99 (diff)
downloadgsoc2013-evolution-4c13763c5eab1013f6abab234f77fa06e4502652.tar
gsoc2013-evolution-4c13763c5eab1013f6abab234f77fa06e4502652.tar.gz
gsoc2013-evolution-4c13763c5eab1013f6abab234f77fa06e4502652.tar.bz2
gsoc2013-evolution-4c13763c5eab1013f6abab234f77fa06e4502652.tar.lz
gsoc2013-evolution-4c13763c5eab1013f6abab234f77fa06e4502652.tar.xz
gsoc2013-evolution-4c13763c5eab1013f6abab234f77fa06e4502652.tar.zst
gsoc2013-evolution-4c13763c5eab1013f6abab234f77fa06e4502652.zip
Convert ECell from a GtkObject to a GObject.
To eliminate the floating-reference-on-finalize run-time warnings.
Diffstat (limited to 'widgets/table/e-cell.c')
-rw-r--r--widgets/table/e-cell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-cell.c b/widgets/table/e-cell.c
index 1c4b64f2c1..6833ccfd43 100644
--- a/widgets/table/e-cell.c
+++ b/widgets/table/e-cell.c
@@ -28,7 +28,7 @@
#include "e-cell.h"
-G_DEFINE_TYPE (ECell, e_cell, GTK_TYPE_OBJECT)
+G_DEFINE_TYPE (ECell, e_cell, G_TYPE_OBJECT)
#define ECVIEW_EC_CLASS(v) (E_CELL_GET_CLASS (v->ecell))