use the stock_proxy icon for the capplet (Closes: #130624).

2004-11-21  Sebastien Bacher  <seb128@debian.org>

	* gnome-network-preferences.c: (cb_http_details_button_clicked):
	use the stock_proxy icon for the capplet (Closes: #130624).
This commit is contained in:
Sebastien Bacher 2004-11-21 22:41:00 +00:00 committed by Sebastien Bacher
parent 0af3acbdb3
commit c4219bd115
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-11-21 Sebastien Bacher <seb128@debian.org>
* gnome-network-preferences.c: (cb_http_details_button_clicked):
use the stock_proxy icon for the capplet (Closes: #130624).
2004-11-09 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: install .desktop file in $(datadir)/applications

View file

@ -136,7 +136,7 @@ cb_http_details_button_clicked (GtkWidget *button,
g_signal_connect (widget, "response",
G_CALLBACK (cb_details_dialog_response), NULL);
capplet_set_icon (widget, "gnome-network-capplet.png");
capplet_set_icon (widget, "stock_proxy");
gtk_widget_show_all (widget);
}