diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-05-19 22:11:44 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-05-23 21:55:26 +0800 |
commit | d0e556d4cea9f4a12825eada17ab22648ee3fa9c (patch) | |
tree | 974e47758bf127a8e3b0d67d99f63ba23dbe85ac /libempathy-gtk/empathy-log-window.h | |
parent | 380911d4b3da972b98e97eeb9935227657b01962 (diff) | |
download | gsoc2013-empathy-d0e556d4cea9f4a12825eada17ab22648ee3fa9c.tar gsoc2013-empathy-d0e556d4cea9f4a12825eada17ab22648ee3fa9c.tar.gz gsoc2013-empathy-d0e556d4cea9f4a12825eada17ab22648ee3fa9c.tar.bz2 gsoc2013-empathy-d0e556d4cea9f4a12825eada17ab22648ee3fa9c.tar.lz gsoc2013-empathy-d0e556d4cea9f4a12825eada17ab22648ee3fa9c.tar.xz gsoc2013-empathy-d0e556d4cea9f4a12825eada17ab22648ee3fa9c.tar.zst gsoc2013-empathy-d0e556d4cea9f4a12825eada17ab22648ee3fa9c.zip |
cell-renderer-expander: fix rendering with GTK+3
There are basically three issues here:
- the renderer doesn't add the GTK_STYLE_CLASS_EXPANDER style class when
rendering, which blocks the theme to apply the intended colors.
- the GtkStateFlags that were set on the context were using GTK_STATE_*
instead of GTK_STATE_FLAG_*
- the flags set on the context were incomplete, as they were just using
ACTIVE/NORMAL for expanded/collapsed and not SELECTED/FOCUSED/...
https://bugzilla.gnome.org/show_bug.cgi?id=650590
Diffstat (limited to 'libempathy-gtk/empathy-log-window.h')
0 files changed, 0 insertions, 0 deletions