network-manager-applet r916 - trunk/src/connection-editor



Author: dcbw
Date: Tue Sep 30 11:49:55 2008
New Revision: 916
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=916&view=rev

Log:
Set window icon (Jaap A. Haitsma)

Modified:
   trunk/src/connection-editor/nm-connection-editor.c

Modified: trunk/src/connection-editor/nm-connection-editor.c
==============================================================================
--- trunk/src/connection-editor/nm-connection-editor.c	(original)
+++ trunk/src/connection-editor/nm-connection-editor.c	Tue Sep 30 11:49:55 2008
@@ -196,6 +196,8 @@
 
 	editor->ok_button = glade_xml_get_widget (editor->xml, "ok_button");
 
+	gtk_window_set_default_icon_name ("preferences-system-network");
+
 	editor->pages = NULL;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]