[Xfce4-commits] <xfce4-appfinder:master> Show what the theme or icon change is updating.

Nick Schermer noreply at xfce.org
Wed Dec 28 14:50:01 CET 2011


Updating branch refs/heads/master
         to ade2c7ee7f31a613748bd8c0dd1f0f9494f520de (commit)
       from 3020367612814f62b7a381bf53c6c52ba6e17d1e (commit)

commit ade2c7ee7f31a613748bd8c0dd1f0f9494f520de
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Dec 28 14:49:34 2011 +0100

    Show what the theme or icon change is updating.

 src/appfinder-model.c |    3 ++-
 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)


More information about the Xfce4-commits mailing list