diff options
Diffstat (limited to 'widgets/table/e-table-without.c')
-rw-r--r-- | widgets/table/e-table-without.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-without.c b/widgets/table/e-table-without.c index 8691796062..88f14c63cb 100644 --- a/widgets/table/e-table-without.c +++ b/widgets/table/e-table-without.c @@ -300,7 +300,7 @@ e_table_without_new (ETableModel *source, free_duplicated_key_func, closure) == NULL) { - gtk_object_unref (GTK_OBJECT (etw)); + g_object_unref (etw); return NULL; } |