]> Pileus Git - ~andy/gtk/commitdiff
GtkCList is gone
authorTor Lillqvist <tml@iki.fi>
Mon, 10 May 2010 16:15:05 +0000 (19:15 +0300)
committerTor Lillqvist <tml@iki.fi>
Mon, 10 May 2010 16:18:30 +0000 (19:18 +0300)
modules/engines/ms-windows/msw_style.c

index c69d1c7bb4017e57bba2ef994b40514ccb533f3f..b9fb0dd0f23180e4d669d66bf93768291f3a560c 100755 (executable)
@@ -2024,7 +2024,7 @@ draw_box (GtkStyle *style,
   if (detail &&
       (!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
              (window, XP_THEME_ELEMENT_LIST_HEADER, style, x, y,
@@ -3489,8 +3489,7 @@ draw_focus (GtkStyle *style,
     {
       return;
     }
-  if (GTK_IS_TREE_VIEW (widget->parent)        /* list view bheader */
-      || GTK_IS_CLIST (widget->parent))
+  if (GTK_IS_TREE_VIEW (widget->parent)        /* list view bheader */)
     {
       return;
     }