[Xfce4-commits] [apps/xfce4-dict] 28/43: Fix server information button

noreply at xfce.org noreply at xfce.org
Tue Nov 1 00:31:41 CET 2016


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

andre pushed a commit to branch master
in repository apps/xfce4-dict.

commit 915da4b21cb53312cf1fdf8fba419f39b3059a09
Author: Andre Miranda <andre42m at gmail.com>
Date:   Sun Aug 21 17:41:31 2016 -0300

    Fix server information button
---
 lib/prefs.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/prefs.c b/lib/prefs.c
index 4354900..3f10a1a 100644
--- a/lib/prefs.c
+++ b/lib/prefs.c
@@ -525,7 +525,6 @@ GtkWidget *dict_prefs_dialog_show(GtkWidget *parent, DictData *dd)
 		gtk_widget_set_hexpand(server_entry, TRUE);
 
 		gtk_grid_attach(GTK_GRID(grid), button_get_info, 2, 0, 1, 1);
-		gtk_widget_set_hexpand(button_get_info, TRUE);
 
 		gtk_grid_attach(GTK_GRID(grid), label2, 0, 1, 1, 1);
 		gtk_widget_set_valign (label2, GTK_ALIGN_CENTER);
@@ -642,7 +641,7 @@ GtkWidget *dict_prefs_dialog_show(GtkWidget *parent, DictData *dd)
 		g_signal_connect(spell_combo, "changed", G_CALLBACK(spell_combo_changed_cb), dd);
 		gtk_widget_show(spell_combo);
 
-		button_refresh = gtk_button_new_from_icon_name("gtk-info", GTK_ICON_SIZE_BUTTON);
+		button_refresh = gtk_button_new_from_icon_name("gtk-refresh", GTK_ICON_SIZE_BUTTON);
 		gtk_widget_show(button_refresh);
 		g_object_set_data(G_OBJECT(button_refresh), "spell_combo", spell_combo);
 		g_signal_connect(button_refresh, "clicked", G_CALLBACK(button_dict_refresh_cb), dd);

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


More information about the Xfce4-commits mailing list