2013-09-26 17:14:40 +02:00

32 lines
1.0 KiB
Plaintext

$NetBSD: patch-ae,v 1.2 2009/10/22 17:09:35 drochner 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 ();