Wireshark-commits: [Wireshark-commits] rev 45928: /trunk-1.8/ui/gtk/ /trunk-1.8/ui/gtk/: color_edit

Date: Mon, 05 Nov 2012 14:31:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45928

User: etxrab
Date: 2012/11/05 06:31 AM

Log:
 Copy over:
 ----------------------------------------------------------------------------------------
 Revision 43854 - Fix some clang warnings: implicit conversion from enumeration type 'GtkStateType' to different enumeration type 'GtkStateFlags' [-Werror,-Wconversion]
 
 GTK_STATE_NORMAL and GTK_STATE_FLAG_NORMAL are both 0.
 ----------------------------------------------------------------------------------------
 Revision 44186 - Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.
 ----------------------------------------------------------------------------------------
 Revision 45820 - fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7913
 
 When we create a new color filter, we prepend the color filter list with
 a default entry and launch an edit dialogue. If the user cancels, we
 have to remove this _first_ entry from the list (not the last one).
 
 
 ----------------------------------------------------------------------------------------

Directory: /trunk-1.8/ui/gtk/
  Changes    Path                Action
  +11 -20    color_edit_dlg.c    Modified