summaryrefslogtreecommitdiff
path: root/x11/libgnomekbd/patches/patch-ab
blob: cf90acf1d9218d59cdfa14d98e705a7bb16415aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$NetBSD: patch-ab,v 1.1 2008/06/02 16:42:21 drochner Exp $

--- libgnomekbd/gkbd-indicator-config.c.orig	2008-05-31 14:43:07.000000000 +0200
+++ libgnomekbd/gkbd-indicator-config.c
@@ -213,21 +213,21 @@ gkbd_indicator_config_init (GkbdIndicato
 					   g_build_filename (g_get_home_dir
 							     (),
 							     ".icons/flags",
-							     NULL));
+							     VPNULL));
 	g_free (sp);
 
 	gtk_icon_theme_append_search_path (ind_config->icon_theme,
 					   sp =
 					   g_build_filename (DATADIR,
 							     "pixmaps/flags",
-							     NULL));
+							     VPNULL));
 	g_free (sp);
 
 	gtk_icon_theme_append_search_path (ind_config->icon_theme,
 					   sp =
 					   g_build_filename (DATADIR,
 							     "icons/flags",
-							     NULL));
+							     VPNULL));
 	g_free (sp);
 }