[Xfce4-commits] [panel-plugins/xfce4-fsguard-plugin] 06/06: no need to refresh the pbar in set-mode callback

noreply at xfce.org noreply at xfce.org
Sun Feb 19 20:06:54 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 008a47e7dc4ed0cacb9e6f7dc280896bd0f58f0a
Author: Landry Breuil <landry at xfce.org>
Date:   Sun Feb 19 20:06:36 2017 +0100

    no need to refresh the pbar in set-mode callback
---
 panel-plugin/fsguard.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/panel-plugin/fsguard.c b/panel-plugin/fsguard.c
index 91fffdb..13f8808 100644
--- a/panel-plugin/fsguard.c
+++ b/panel-plugin/fsguard.c
@@ -557,7 +557,6 @@ fsguard_set_mode (XfcePanelPlugin *plugin, XfcePanelPluginMode mode, FsGuard *fs
     gtk_box_reorder_child (GTK_BOX (fsguard->lab_box),
                            orientation == GTK_ORIENTATION_VERTICAL ? fsguard->lab_size : fsguard->lab_name, 0);
     fsguard_set_size (plugin, xfce_panel_plugin_get_size (plugin), fsguard);
-    fsguard_refresh_monitor (fsguard);
 }
 
 static void

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


More information about the Xfce4-commits mailing list