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 425874 - Duplicated functions in gnome-build and anjuta
Duplicated functions in gnome-build and anjuta
Status: RESOLVED FIXED
Product: gnome-build
Classification: Deprecated
Component: miscellaneous
SVN HEAD
Other All
: Normal major
: ---
Assigned To: gnome-build Maintainers List
gnome-build Maintainers List
Depends on:
Blocks:
 
 
Reported: 2007-04-03 14:29 UTC by Halton Huo
Modified: 2007-04-05 12:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for bug #425874 (4.10 KB, patch)
2007-04-03 14:32 UTC, Halton Huo
rejected Details | Review

Description Halton Huo 2007-04-03 14:29:53 UTC
Please describe the problem:
Request for bug #425850.

Compared gnome-build and anjuta codes, found there are duplicated codes in
these two module.

gnome-build/src/gbf/glue-factory.[c|h]  anjuta/libanjuta/glue-factory.[c|h]
gnome-build/src/gbf/glue-plugin.[c|h]  anjuta/libanjuta/glue-plugin.[c|h]

Need remove them from anjuta, and apply some little difference in gnome-build.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Halton Huo 2007-04-03 14:32:28 UTC
Created attachment 85763 [details] [review]
patch for bug #425874
Comment 2 Naba Kumar 2007-04-05 12:29:16 UTC
The patch in anjuta took care of it.