summaryrefslogtreecommitdiff
path: root/x11/libgnomekbd2/patches/patch-ae
blob: 973a5e3aa815bb46d34dd5b899342f3e9e498758 (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
30
31
$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 ();