Wireshark-commits: [Wireshark-commits] rev 33739: /trunk/gtk/ /trunk/gtk/: gui_utils.c main.c
Date: Sun, 08 Aug 2010 21:26:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33739

User: guy
Date: 2010/08/08 02:26 PM

Log:
 Don't set the icon name:
 
 	1) the GTK+ documentation recommends against it;
 
 	2) the X11 implementation of gtk_window_set_title() sets the
 	   icon name to the title, so gdk_window_set_icon_name() doesn't
 	   do anything interesting, and the Win32 and Quartz
 	   implementations of gdk_window_set_icon_name() don't do
 	   anything;
 
 	3) gdk_window_set_icon_name() either crashes or complains if
 	   it's handed a null pointer, which happens at startup.
 
 Clean up indentation.

Directory: /trunk/gtk/
  Changes    Path           Action
  +11 -13    gui_utils.c    Modified
  +13 -13    main.c         Modified