[Xfce4-commits] [apps/xfce4-dict] 04/04: Use proper icon name

noreply at xfce.org noreply at xfce.org
Mon Nov 19 01:05:41 CET 2018


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 apps/xfce4-dict.

commit dc76dc2cf8e6e9db0afef82803bee0653b459a19
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sun Nov 18 21:05:14 2018 -0300

    Use proper icon name
---
 lib/prefs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/prefs.c b/lib/prefs.c
index 91485f3..91b8876 100644
--- a/lib/prefs.c
+++ b/lib/prefs.c
@@ -505,7 +505,7 @@ GtkWidget *dict_prefs_dialog_show(GtkWidget *parent, DictData *dd)
 		g_object_set_data(G_OBJECT(button_get_list), "port_spinner", port_spinner);
 		g_object_set_data(G_OBJECT(button_get_list), "server_entry", server_entry);
 
-		button_get_info = gtk_button_new_from_icon_name("gtk-info", GTK_ICON_SIZE_BUTTON);
+		button_get_info = gtk_button_new_from_icon_name("dialog-information", GTK_ICON_SIZE_BUTTON);
 		gtk_widget_show(button_get_info);
 		g_signal_connect(button_get_info, "clicked", G_CALLBACK(dict_dictd_get_information), dd);
 		g_object_set_data(G_OBJECT(button_get_info), "port_spinner", port_spinner);

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


More information about the Xfce4-commits mailing list