pkgsrc/x11/libgnomekbd2/patches/patch-ad
youri 62f1291af3 - Move libgnomekbd to libgnomekbd2 for older Gnome2 packages
- Import libgnomekbd 3.6.0 for Cinnamon and Gnome3.
2018-06-01 17:04:18 +00:00

13 lines
585 B
Text

$NetBSD: patch-ad,v 1.1 2018/06/01 17:04:18 youri Exp $
--- libgnomekbd/gkbd-indicator-plugin-manager.c.orig 2008-05-31 14:45:15.000000000 +0200
+++ libgnomekbd/gkbd-indicator-plugin-manager.c
@@ -53,7 +53,7 @@ gkbd_indicator_plugin_manager_add_plugin
xkl_debug (100, "Scanning [%s]...\n", dirname);
while ((filename = g_dir_read_name (dir)) != NULL) {
gchar *full_path =
- g_build_filename (dirname, filename, NULL);
+ g_build_filename (dirname, filename, VPNULL);
xkl_debug (100, "Loading plugin module [%s]...\n",
full_path);
if (full_path != NULL) {