diff options
-rw-r--r-- | calendar/gui/e-memo-table.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-memo-table.c b/calendar/gui/e-memo-table.c index 9888ec80d4..eafa3521c8 100644 --- a/calendar/gui/e-memo-table.c +++ b/calendar/gui/e-memo-table.c @@ -407,6 +407,8 @@ memo_table_constructed (GObject *object) gtk_widget_set_has_tooltip (GTK_WIDGET (memo_table), TRUE); + g_object_unref (extras); + a11y = gtk_widget_get_accessible (GTK_WIDGET (memo_table)); if (a11y) atk_object_set_name (a11y, _("Memos")); |