After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 342406 - #ifdef out some code that is only used when ENABLE_HTTP is true
#ifdef out some code that is only used when ENABLE_HTTP is true
Status: RESOLVED FIXED
Product: ORBit2
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: ORBit maintainers
ORBit maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-20 11:45 UTC by Kjartan Maraas
Modified: 2006-05-22 11:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (958 bytes, patch)
2006-05-20 11:45 UTC, Kjartan Maraas
none Details | Review
updated patch (1.19 KB, patch)
2006-05-20 12:42 UTC, Kjartan Maraas
none Details | Review

Description Kjartan Maraas 2006-05-20 11:45:17 UTC
Attaching a patch
Comment 1 Kjartan Maraas 2006-05-20 11:45:56 UTC
Created attachment 65892 [details] [review]
proposed patch
Comment 2 Kjartan Maraas 2006-05-20 12:42:33 UTC
Created attachment 65895 [details] [review]
updated patch

Missed one place.
Comment 3 Michael Meeks 2006-05-22 09:58:51 UTC
looks great to me: go for it. We should (at the same time) get rid of:

if (ior) g_free (ior); and just use g_free (ior); - it does that for us.
Comment 4 Kjartan Maraas 2006-05-22 11:05:22 UTC
Commited with those changes.