mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
0e4d873e28
Version scheme is now documented in upstream README.md, which suggests that even 299.x.y can be stable as long as minor version is even.
12 lines
292 B
Diff
12 lines
292 B
Diff
--- a/gtksourceview/gtksourceutils.c
|
|
+++ b/gtksourceview/gtksourceutils.c
|
|
@@ -232,6 +232,8 @@
|
|
NULL));
|
|
}
|
|
|
|
+ g_ptr_array_add (dirs, g_build_filename (DATADIR, GSV_DATA_SUBDIR, basename, NULL));
|
|
+
|
|
g_ptr_array_add (dirs, NULL);
|
|
|
|
return (gchar **) g_ptr_array_free (dirs, FALSE);
|