summarylogtreecommitdiffstats
path: root/0001_list_store.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001_list_store.patch')
-rw-r--r--0001_list_store.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/0001_list_store.patch b/0001_list_store.patch
new file mode 100644
index 000000000000..456b46df3433
--- /dev/null
+++ b/0001_list_store.patch
@@ -0,0 +1,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;
+ }
+ }