This commit is contained in:
Raymond Penners 2003-08-23 11:39:36 +00:00
parent f245464c67
commit 14554b4496
2 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,10 @@
2003-08-23 Raymond Penners <raymond@dotsphinx.com>
* src/*.c: Merged Dom Lachowicz's patches, now tooltips nicely
adhere to the system colors as well.
* src/*.c: Merged Dom Lachowicz's patches, now tooltips and
progress bars nicely adhere to the system colors as well.
* src/xp_theme.c: There was a mixup in drawing the proper checkbox
state, fixed (Gaim bug #790305).
2003-08-20 Raymond Penners <raymond@dotsphinx.com>
@ -11,7 +14,7 @@
* */Makefile.msc: Provided MS-VC++ make files.
* src/xp_theme.c: The open/close tree expander symbols were
accidentally switched. Fixed.
accidentally switched, fixed (Gaim bug #790300).
2003-08-11 Raymond Penners <raymond@dotsphinx.com>

View File

@ -364,7 +364,7 @@ xp_theme_map_gtk_state(XpThemeElement element, GtkStateType state)
switch(state)
{
case GTK_STATE_SELECTED:
ret = CBS_CHECKEDPRESSED;
ret = CBS_UNCHECKEDPRESSED;
break;
case GTK_STATE_PRELIGHT:
ret = CBS_UNCHECKEDHOT;