Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7775] Wireshark leaks memory when selecting packets

Date: Tue, 9 Oct 2012 16:55:25 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7775

--- Comment #19 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-10-09 16:55:24 PDT ---
(In reply to comment #18)
> I/We haven't figured out how to use the CSS file 

http://www.gtkforums.com/viewtopic.php?p=72089#p72089

But before doing it, there're also some default paths:
 http://developer.gnome.org/gtk3/3.0/GtkCssProvider.html#gtkcssprovider-files

> and no default one comes with the bundle as far as I can tell.

$ strings libgtk-3-0.dll
...
gtk-win32-base.css
@define-color bg_color -gtk-win32-color(button, 15);
@define-color text_color -gtk-win32-color(button, 18);
@define-color base_color #fff;
@define-color selected_bg_color -gtk-win32-color(button, 13);
@define-color selected_fg_color -gtk-win32-color(button, 14);
@define-color info_fg_color rgb (181, 171, 156);
...

Which is probably resource
(http://blogs.gnome.org/alexl/2012/01/26/resources-in-glib/).

Do we have any Windows gtk-3 builds for testing?

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.