blob: 83a13d2b394698c246e2972a3293c1b814514ea1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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, >op_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, >op_properties.y))
void
gtop_quit (void)
|