mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-16 07:47:12 -04:00
13 lines
532 B
Plaintext
13 lines
532 B
Plaintext
$NetBSD: patch-aj,v 1.1.1.1 2008/04/25 16:10:27 kefren Exp $
|
|
--- gtk/src/View/FileListView.cs 2008-04-24 12:17:17.000000000 +0300
|
|
+++ gtk/src/View/FileListView.cs 2007-10-26 12:11:04.000000000 +0300
|
|
@@ -68,7 +68,7 @@
|
|
|
|
pixbufRenderer = new CellRendererPixbuf();
|
|
column.PackStart(pixbufRenderer , false);
|
|
- column.SetCellDataFunc(pixbufRenderer, SetPixbuf);
|
|
+ column.SetCellDataFunc(pixbufRenderer, (Gtk.TreeCellDataFunc)SetPixbuf);
|
|
|
|
textRenderer = new CellRendererText();
|
|
column.PackStart(textRenderer , true);
|