Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79314
Collapse All | Expand All

(-)main.c~ (-1 / +1 lines)
Lines 67-73 Link Here
67
    "#cfff5fff5fff", "#00008fff0000"
67
    "#cfff5fff5fff", "#00008fff0000"
68
};
68
};
69
69
70
#define ADD_PROPERTIES(x,y) multiload_property_object_list = g_list_append (multiload_property_object_list, gnome_property_object_new (& ## x ## Property_Descriptor, &multiload_properties. ## y ##))
70
#define ADD_PROPERTIES(x,y) multiload_property_object_list = g_list_append (multiload_property_object_list, gnome_property_object_new (&  x ## Property_Descriptor, & multiload_properties. y ))
71
        
71
        
72
static GtkWidget *
72
static GtkWidget *
73
make_new_applet (const gchar *goad_id)
73
make_new_applet (const gchar *goad_id)

Return to bug 79314