summaryrefslogtreecommitdiff
path: root/x11/libgnomekbd2/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libgnomekbd2/patches/patch-af')
-rw-r--r--x11/libgnomekbd2/patches/patch-af31
1 files changed, 31 insertions, 0 deletions
diff --git a/x11/libgnomekbd2/patches/patch-af b/x11/libgnomekbd2/patches/patch-af
new file mode 100644
index 00000000000..381fdcbbc00
--- /dev/null
+++ b/x11/libgnomekbd2/patches/patch-af
@@ -0,0 +1,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;
+