diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-09-11 20:05:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-09-11 21:03:45 +0800 |
commit | 4c13763c5eab1013f6abab234f77fa06e4502652 (patch) | |
tree | ce46ba39f33e8b81447c084164de83b90b042aa7 /widgets/table/e-cell-popup.c | |
parent | bc9ece413fce4941a74a13619815a0869c1d2e99 (diff) | |
download | gsoc2013-evolution-4c13763c5eab1013f6abab234f77fa06e4502652.tar.gz 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-popup.c')
-rw-r--r-- | widgets/table/e-cell-popup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/widgets/table/e-cell-popup.c b/widgets/table/e-cell-popup.c index 32de41ecb4..e918e7fcc2 100644 --- a/widgets/table/e-cell-popup.c +++ b/widgets/table/e-cell-popup.c @@ -156,9 +156,6 @@ e_cell_popup_new (void) return (ECell*) ecp; } -/* - * GtkObject::destroy method - */ static void e_cell_popup_dispose (GObject *object) { |