[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 01/01: Default to enable the command feature, since we set a value by default..

noreply at xfce.org noreply at xfce.org
Sat Dec 23 12:30:42 CET 2017


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

l   a   n   d   r   y       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-systemload-plugin.

commit 10648651029fa1a6b1913bbfee5e5bc31c00025c
Author: Landry Breuil <landry at xfce.org>
Date:   Sat Dec 23 12:29:51 2017 +0100

    Default to enable the command feature, since we set a value by default..
    
    It is implicitely disabled if the command is empty.
---
 panel-plugin/systemload.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index 1da162e..76b076a 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -342,7 +342,7 @@ monitor_control_new(XfcePanelPlugin *plugin)
     gtk_widget_show(global->ebox);
     global->box = NULL;
 
-    global->command.enabled = FALSE;
+    global->command.enabled = TRUE;
     global->command.command_text = g_strdup(DEFAULT_COMMAND_TEXT);
 
     xfce_panel_plugin_add_action_widget (plugin, global->ebox);

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


More information about the Xfce4-commits mailing list