aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-icon-list.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-11-13 12:21:22 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-11-13 12:21:22 +0800
commit4dece891604244df7d9dea34b9f1e18efe27f09a (patch)
treeb271e34cfa17ec7c27be1873bfa6a75205112039 /composer/e-icon-list.c
parenta08bb5c1e3dd09be6a7ef21de2fac295d4bb66ff (diff)
downloadgsoc2013-evolution-4dece891604244df7d9dea34b9f1e18efe27f09a.tar
gsoc2013-evolution-4dece891604244df7d9dea34b9f1e18efe27f09a.tar.gz
gsoc2013-evolution-4dece891604244df7d9dea34b9f1e18efe27f09a.tar.bz2
gsoc2013-evolution-4dece891604244df7d9dea34b9f1e18efe27f09a.tar.lz
gsoc2013-evolution-4dece891604244df7d9dea34b9f1e18efe27f09a.tar.xz
gsoc2013-evolution-4dece891604244df7d9dea34b9f1e18efe27f09a.tar.zst
gsoc2013-evolution-4dece891604244df7d9dea34b9f1e18efe27f09a.zip
Use the right object_new method.
2002-11-13 Not Zed <NotZed@Ximian.com> * e-icon-list.c (e_icon_list_new): Use the right object_new method. * e-icon-list.h: get rid of BEGIN/END_GNOME_DECLS stuff. svn path=/trunk/; revision=18730
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);