Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59314 Details for
Bug 79314
emerging gnome-applets-1.4.0.5 failed: pasting "&" and "LoadGraph" does not give a valid preprocessing token
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch to correct preprocessor macro.
main.patch (text/plain), 621 bytes, created by
Howard B. Golden
on 2005-05-19 11:35:17 UTC
(
hide
)
Description:
Proposed patch to correct preprocessor macro.
Filename:
MIME Type:
Creator:
Howard B. Golden
Created:
2005-05-19 11:35:17 UTC
Size:
621 bytes
patch
obsolete
>--- main.c~ 2005-05-19 11:02:27.000000000 -0700 >+++ main.c 2005-05-19 11:20:01.000000000 -0700 >@@ -67,7 +67,7 @@ > "#cfff5fff5fff", "#00008fff0000" > }; > >-#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 ##)) >+#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 )) > > static GtkWidget * > make_new_applet (const gchar *goad_id)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 79314
: 59314 |
59450