pkgsrc/x11/libgnomekbd/patches/patch-ad
2008-06-02 16:42:21 +00:00

13 lines
588 B
Text

$NetBSD: patch-ad,v 1.1 2008/06/02 16:42:21 drochner 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) {