$NetBSD: patch-ae,v 1.1 2008/06/02 16:42:21 drochner Exp $

--- capplet/gkbd-indicator-plugins-capplet.c.orig	2008-05-31 14:45:57.000000000 +0200
+++ capplet/gkbd-indicator-plugins-capplet.c
@@ -120,7 +120,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
@@ -149,7 +149,7 @@ CappletActivePluginsSelectionChanged (Gt
 							 plugin->
 							 description,
 							 "</i></small>",
-							 NULL));
+							 VPNULL));
 			gtk_label_set_use_markup (GTK_LABEL
 						  (lblDescription), TRUE);
 		}
@@ -265,7 +265,7 @@ CappletSetup (GkbdIndicatorPluginsCapple
 	GtkTreeViewColumn *column =
 	    gtk_tree_view_column_new_with_attributes (NULL, renderer,
 						      "text", 0,
-						      NULL);
+						      VPNULL);
 	GtkTreeSelection *selection;
 	glade_gnome_init ();
 
