$NetBSD: patch-ae,v 1.1 2018/06/01 17:04:18 youri Exp $

--- capplet/gkbd-indicator-plugins-capplet.c.orig	2009-09-14 20:53:43.000000000 +0200
+++ capplet/gkbd-indicator-plugins-capplet.c
@@ -116,7 +116,7 @@ CappletActivePluginsSelectionChanged (Gt
 	gtk_label_set_text (GTK_LABEL (lblDescription),
 			    g_strconcat ("<small><i>",
 					 _("No description."),
-					 "</i></small>", NULL));
+					 "</i></small>", VPNULL));
 	gtk_label_set_use_markup (GTK_LABEL (lblDescription), TRUE);
 
 	if (gtk_tree_selection_get_selected
@@ -145,7 +145,7 @@ CappletActivePluginsSelectionChanged (Gt
 							 plugin->
 							 description,
 							 "</i></small>",
-							 NULL));
+							 VPNULL));
 			gtk_label_set_use_markup (GTK_LABEL
 						  (lblDescription), TRUE);
 		}
@@ -284,7 +284,7 @@ CappletSetup (GkbdIndicatorPluginsCapple
 	GtkTreeViewColumn *column =
 	    gtk_tree_view_column_new_with_attributes (NULL, renderer,
 						      "text", 0,
-						      NULL);
+						      VPNULL);
 	GtkTreeSelection *selection;
 	builder = gtk_builder_new ();
 
