summaryrefslogtreecommitdiff
path: root/src/appfinder-model.c
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2011-12-28 14:49:34 +0100
committerNick Schermer <nick@xfce.org>2011-12-28 14:49:34 +0100
commitade2c7ee7f31a613748bd8c0dd1f0f9494f520de (patch)
tree73637f96d5e3bae442d31313da40c9c5124eac12 /src/appfinder-model.c
parent3020367612814f62b7a381bf53c6c52ba6e17d1e (diff)
downloadxfce4-appfinder-ade2c7ee7f31a613748bd8c0dd1f0f9494f520de.tar.gz
Show what the theme or icon change is updating.
Diffstat (limited to 'src/appfinder-model.c')
-rw-r--r--src/appfinder-model.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/appfinder-model.c b/src/appfinder-model.c
index 65112f2..7ec2143 100644
--- a/src/appfinder-model.c
+++ b/src/appfinder-model.c
@@ -2054,7 +2054,8 @@ xfce_appfinder_model_icon_theme_changed (XfceAppfinderModel *model)
appfinder_return_if_fail (XFCE_IS_APPFINDER_MODEL (model));
- APPFINDER_DEBUG ("icon theme changed");
+ APPFINDER_DEBUG ("icon theme or size changed, updating %d items",
+ g_slist_length (model->items));
/* reload the command icons */
if (model->command_icon != NULL)