summaryrefslogtreecommitdiff
path: root/graphics/pornview/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pornview/patches/patch-ac')
-rw-r--r--graphics/pornview/patches/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/pornview/patches/patch-ac b/graphics/pornview/patches/patch-ac
deleted file mode 100644
index 93a426a0531..00000000000
--- a/graphics/pornview/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2006/02/11 13:06:43 rillig Exp $
-
---- src/support/widgets/zlist.c.orig 2002-12-13 10:52:56.000000000 +0000
-+++ src/support/widgets/zlist.c
-@@ -634,7 +634,8 @@ zlist_draw (GtkWidget * widget, GdkRecta
- CELL_X_FROM_COL (list, j), area->y,
- list->cell_x_pad, area->height);
-
-- cell = ZLIST_CELL_FROM_INDEX (list, idx);
-+ if (idx < list->cell_count)
-+ cell = ZLIST_CELL_FROM_INDEX (list, idx);
-
- cell_area.x = CELL_X_FROM_COL (list, j) + list->cell_x_pad;
- cell_area.y = CELL_Y_FROM_ROW (list, i) + list->cell_y_pad;