also use new icon in the window titlebar.

2007-07-24  Denis Washington  <denisw@svn.gnome.org>

	* gnome-network-preferences.c: also use new icon in the window titlebar.

svn path=/trunk/; revision=7872
This commit is contained in:
Denis Washington 2007-07-24 16:00:18 +00:00 committed by Denis Washington
parent c5e00d965b
commit 0b8909ef13
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-07-24 Denis Washington <denisw@svn.gnome.org>
* gnome-network-preferences.c: also use new icon in the window titlebar.
2007-06-29 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:

View file

@ -550,7 +550,7 @@ main (int argc, char **argv)
setup_dialog (dialog);
widget = WID ("network_dialog");
capplet_set_icon (widget, "stock_proxy");
capplet_set_icon (widget, "gnome-network-preferences");
gtk_widget_show_all (widget);
gtk_main ();