[Xfce4-commits] [panel-plugins/xfce4-fsguard-plugin] 01/06: Log current and new icon name

noreply at xfce.org noreply at xfce.org
Sun Feb 19 20:06:49 CET 2017


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository panel-plugins/xfce4-fsguard-plugin.

commit 992570a58b7b6839f2aa7002c47a89e91c3a866d
Author: Landry Breuil <landry at xfce.org>
Date:   Sun Feb 19 20:02:22 2017 +0100

    Log current and new icon name
---
 panel-plugin/fsguard.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/panel-plugin/fsguard.c b/panel-plugin/fsguard.c
index d14abf5..6bb4f21 100644
--- a/panel-plugin/fsguard.c
+++ b/panel-plugin/fsguard.c
@@ -135,6 +135,7 @@ fsguard_set_icon (FsGuard *fsguard, gint id)
     if (id == fsguard->icon_id)
         return;
 
+    DBG ("icon id: new=%d, cur=%d", id, fsguard->icon_id);
     fsguard->icon_id = id;
     size = xfce_panel_plugin_get_size (fsguard->plugin);
     size /= xfce_panel_plugin_get_nrows (fsguard->plugin);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list