$NetBSD: patch-ab,v 1.1 2003/09/30 22:03:40 mycroft Exp $

--- main.c.orig	2001-02-27 14:41:29.000000000 +0000
+++ main.c	2003-09-30 22:01:36.000000000 +0000
@@ -149,7 +149,7 @@
 	GNOMEUIINFO_END
 };
 
-#define ADD_PROPERTIES(x,y) gtop_property_object_list = g_list_append (gtop_property_object_list, gnome_property_object_new (& ## x ## Property_Descriptor, &gtop_properties. ## y ##))
+#define ADD_PROPERTIES(x,y) gtop_property_object_list = g_list_append (gtop_property_object_list, gnome_property_object_new (&x ## Property_Descriptor, &gtop_properties.y))
 
 void
 gtop_quit (void)
