GtkCList is gone

This commit is contained in:
Tor Lillqvist
2010-05-10 19:15:05 +03:00
parent a709056140
commit 40b56c2342

View File

@ -2024,7 +2024,7 @@ draw_box (GtkStyle *style,
if (detail && if (detail &&
(!strcmp (detail, "button") || !strcmp (detail, "buttondefault"))) (!strcmp (detail, "button") || !strcmp (detail, "buttondefault")))
{ {
if (GTK_IS_TREE_VIEW (widget->parent) || GTK_IS_CLIST (widget->parent)) if (GTK_IS_TREE_VIEW (widget->parent))
{ {
if (xp_theme_draw if (xp_theme_draw
(window, XP_THEME_ELEMENT_LIST_HEADER, style, x, y, (window, XP_THEME_ELEMENT_LIST_HEADER, style, x, y,
@ -3489,8 +3489,7 @@ draw_focus (GtkStyle *style,
{ {
return; return;
} }
if (GTK_IS_TREE_VIEW (widget->parent) /* list view bheader */ if (GTK_IS_TREE_VIEW (widget->parent) /* list view bheader */)
|| GTK_IS_CLIST (widget->parent))
{ {
return; return;
} }