13 lines
620 B
Plaintext
13 lines
620 B
Plaintext
$OpenBSD: patch-main_c,v 1.1 2004/01/15 17:57:19 espie Exp $
|
|
--- main.c.orig 2001-02-27 15:41:29.000000000 +0100
|
|
+++ main.c 2004-01-15 18:47:49.000000000 +0100
|
|
@@ -149,7 +149,7 @@ GnomeUIInfo mainMenu [] = {
|
|
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)
|