Wireshark-commits: [Wireshark-commits] rev 26421: /trunk/gtk/ /trunk/gtk/: color_edit_dlg.c filter_

Date: Sun, 12 Oct 2008 13:41:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26421

User: stig
Date: 2008/10/12 06:41 AM

Log:
 Rewrote to use gtk_widget_modify_text() and gtk_widget_modify_base()
 to change the background color for filter text edit boxes, because
 gtk_widget_set_style() interacts badly with themes.
 
 Go back to default values when filter is empty (instead of white).
 
 Also rewrote the same in the "Edit Color Filter" dialog.

Directory: /trunk/gtk/
  Changes    Path                Action
  +8 -14     color_edit_dlg.c    Modified
  +12 -7     filter_dlg.c        Modified