mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
$NetBSD: patch-af,v 1.2 2009/10/22 17:09:35 drochner 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;
|
|
|