aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-icon-factory.c
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2004-08-10 00:47:03 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-08-10 00:47:03 +0800
commitcceb3566645cfe7dcc56784e80c9f52b357f898a (patch)
tree329b6a7e820d969259eb512c305a7d6d5f71692e /e-util/e-icon-factory.c
parent55d077cca4326e3cb1591bb8011992cf71d43cc9 (diff)
downloadgsoc2013-evolution-cceb3566645cfe7dcc56784e80c9f52b357f898a.tar
gsoc2013-evolution-cceb3566645cfe7dcc56784e80c9f52b357f898a.tar.gz
gsoc2013-evolution-cceb3566645cfe7dcc56784e80c9f52b357f898a.tar.bz2
gsoc2013-evolution-cceb3566645cfe7dcc56784e80c9f52b357f898a.tar.lz
gsoc2013-evolution-cceb3566645cfe7dcc56784e80c9f52b357f898a.tar.xz
gsoc2013-evolution-cceb3566645cfe7dcc56784e80c9f52b357f898a.tar.zst
gsoc2013-evolution-cceb3566645cfe7dcc56784e80c9f52b357f898a.zip
We must return TRUE here so that things actually get removed from the list
2004-08-09 Rodney Dawes <dobey@novell.com> * e-icon-factory.c (icon_foreach_remove): We must return TRUE here so that things actually get removed from the list svn path=/trunk/; revision=26857
Diffstat (limited to 'e-util/e-icon-factory.c')
-rw-r--r--e-util/e-icon-factory.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-icon-factory.c b/e-util/e-icon-factory.c
index 3a8e79fa96..82461f0c26 100644
--- a/e-util/e-icon-factory.c
+++ b/e-util/e-icon-factory.c
@@ -177,6 +177,8 @@ static gboolean
icon_foreach_remove (gpointer key, gpointer value, gpointer user_data)
{
icon_free (value);
+
+ return TRUE;
}
static void