summaryrefslogtreecommitdiff
path: root/misc/xfce4-weather-plugin/patches/patch-aa
blob: e3d5bae03811604b19ec452d0eec385f4db4b78c (plain)
1
2
3
4
5
6
7
8
9
$NetBSD: patch-aa,v 1.1.1.1 2004/06/21 05:59:30 martti Exp $

--- panel-plugin/config_dialog.c.orig	2004-06-11 22:03:04.000000000 +0000
+++ panel-plugin/config_dialog.c	2004-06-11 22:03:23.000000000 +0000
@@ -216,3 +216,3 @@
         column = gtk_tree_view_column_new_with_attributes("Labels to display", renderer,
-                        "text", 0);
+                        "text", 0, NULL);
         gtk_tree_view_append_column(GTK_TREE_VIEW(dialog->lst_xmloption), column);