diff options
Diffstat (limited to 'shell/e-history.c')
-rw-r--r-- | shell/e-history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-history.c b/shell/e-history.c index d75182bba3..78dfdabe51 100644 --- a/shell/e-history.c +++ b/shell/e-history.c @@ -105,7 +105,7 @@ e_history_new (EHistoryItemFreeFunc item_free_function) { EHistory *history; - history = gtk_type_new (e_history_get_type ()); + history = g_object_new (e_history_get_type (), NULL); e_history_construct (history, item_free_function); return history; |