| changeset 107 | 6ae203c8b28d |
| parent 38 | a29623b68ca2 |
1.1 --- a/plover-gtk/stockicons.c Mon Jun 13 12:18:42 2016 +0100 1.2 +++ b/plover-gtk/stockicons.c Tue Jun 29 10:08:58 2021 +0100 1.3 @@ -115,7 +115,7 @@ 1.4 #endif 1.5 if (!prefix) 1.6 prefix=g_strdup("/usr"); 1.7 - datadir=g_strconcat(prefix,"share",NULL); 1.8 + datadir=g_build_filename(prefix,"share",NULL); 1.9 g_free(prefix); 1.10 } 1.11 if (plover_pixbuf_supports_svg())