[Xfce4-commits] [panel-plugins/xfce4-cpugraph-plugin] 02/16: Fix the close button of the preferences window

noreply at xfce.org noreply at xfce.org
Wed May 29 04:10:03 CEST 2019


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

a   n   d   r   e       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-cpugraph-plugin.

commit 385ab31f941308004c4dff1b3e6bb66753f675d5
Author: Olivier Duclos <oduclos at sierrawireless.com>
Date:   Thu Jun 28 18:14:54 2018 +0200

    Fix the close button of the preferences window
---
 panel-plugin/properties.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/properties.c b/panel-plugin/properties.c
index 16fcaa5..45b0c59 100644
--- a/panel-plugin/properties.c
+++ b/panel-plugin/properties.c
@@ -80,7 +80,7 @@ void create_options( XfcePanelPlugin *plugin, CPUGraph *base )
 	dlg = xfce_titled_dialog_new_with_buttons( _("CPU Graph Properties"),
 	                                   GTK_WINDOW( gtk_widget_get_toplevel( GTK_WIDGET( plugin ) ) ),
 	                                   GTK_DIALOG_DESTROY_WITH_PARENT,
-	                                   "window-close",
+	                                   "_Close",
 	                                   GTK_RESPONSE_OK,
 	                                   NULL
 					 );

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


More information about the Xfce4-commits mailing list