summarylogtreecommitdiffstats
path: root/0001_list_store.patch
blob: 456b46df343389e77ace415cc23483e7f94bc88c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Stefan Achatz
https://sourceforge.net/p/hptalx/patches/2/

--- a/src/io.c
+++ b/src/io.c
@@ -212,7 +212,7 @@
 		break;
 	default:
 		gtk_list_store_set (list, iter, FLC_TYPE, unknown_pixbuf, -1);
-		gtk_list_store_set (list, iter, FLC_TYPESTR, ROW_DATA_FILE);
+		gtk_list_store_set (list, iter, FLC_TYPESTR, ROW_DATA_FILE, -1);
 		break;
 	}
 }