diff options
Diffstat (limited to 'my-evolution/e-summary-table.c')
-rw-r--r-- | my-evolution/e-summary-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-table.c b/my-evolution/e-summary-table.c index 7edc82e0b4..4439ec9684 100644 --- a/my-evolution/e-summary-table.c +++ b/my-evolution/e-summary-table.c @@ -363,7 +363,7 @@ e_summary_table_init (ESummaryTable *est) value_is_empty, value_to_string, est); - gtk_object_ref (GTK_OBJECT (priv->etm)); + g_object_ref (priv->etm); gtk_object_sink (GTK_OBJECT (priv->etm)); etmm = E_TREE_MEMORY (priv->etm); |