aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-icon-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'composer/e-icon-list.c')
-rw-r--r--composer/e-icon-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-icon-list.c b/composer/e-icon-list.c
index ee3e22628d..0712b1bb18 100644
--- a/composer/e-icon-list.c
+++ b/composer/e-icon-list.c
@@ -2097,7 +2097,7 @@ e_icon_list_new (guint icon_width, int flags)
{
Eil *eil;
- eil = EIL (g_type_new (e_icon_list_get_type (), NULL, NULL));
+ eil = EIL (g_object_new (e_icon_list_get_type (), NULL));
e_icon_list_construct (eil, icon_width, flags);