summaryrefslogtreecommitdiff
path: root/x11/libgnomekbd2/patches/patch-af
blob: 381fdcbbc003a2ea5d7cb848489097cddcbe6816 (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-af,v 1.1 2018/06/01 17:04:18 youri Exp $

--- capplet/gkbd-indicator-plugins-add.c.orig	2009-05-13 00:17:30.000000000 +0200
+++ capplet/gkbd-indicator-plugins-add.c
@@ -104,7 +104,7 @@ CappletAvailablePluginsSelectionChanged 
   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 (fullPath != NULL)
@@ -116,7 +116,7 @@ CappletAvailablePluginsSelectionChanged 
 	gtk_label_set_text (GTK_LABEL (lblDescription),
 			    g_strconcat ("<small><i>",
 					 plugin->
-					 description, "</i></small>", NULL));
+					 description, "</i></small>", VPNULL));
       gtk_label_set_use_markup (GTK_LABEL (lblDescription), TRUE);
     }
   gtk_widget_set_sensitive (GTK_WIDGET
@@ -141,7 +141,7 @@ CappletEnablePlugin (GtkWidget * btnAdd,
 									renderer,
 									"text",
 									0,
-									NULL);
+									VPNULL);
   GtkTreeSelection *selection;
   gint response;