diff options
Diffstat (limited to 'calendar/gui/e-meeting-model.c')
-rw-r--r-- | calendar/gui/e-meeting-model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-model.c b/calendar/gui/e-meeting-model.c index e049b94661..ce6142fc7a 100644 --- a/calendar/gui/e-meeting-model.c +++ b/calendar/gui/e-meeting-model.c @@ -657,7 +657,7 @@ init (EMeetingModel *im) free_gotten_key, free_duplicated_key, NULL)); - e_table_without_hide (priv->without, g_strdup ("delegator")); + e_table_without_hide (priv->without, "delegator"); /* FIXME We basically sink a ref otherwise the without table * will own a ref to us and we will never get finalized */ |