GNOME Bugzilla – Bug 560432
Cleaning up GTK Includes in nautilus
Last modified: 2008-12-06 10:26:43 UTC
Please describe the problem: I'm working on implementing http://live.gnome.org/GnomeGoals/CleanupGTKIncludes If it's not a good idea, or not currently on the agenda, please let me know. Otherwise I'll be working on this for now. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Thank you for reporting, but I think we already took care of these in bug 530315. If we didn't, please reopen and we'll get a patch in.
Created attachment 122466 [details] [review] Patch for this bug
Spoke too soon eh? I think this would be fine to commit, with a changelog entry.
Committed to trunk. 2008-12-06 Cosimo Cecchi <cosimoc@gnome.org> * cut-n-paste-code/libegg/eggtreemultidnd.c: * cut-n-paste-code/libegg/eggtreemultidnd.h: * libnautilus-extension/nautilus-menu.c: * libnautilus-private/nautilus-directory-notify.h: * libnautilus-private/nautilus-file-operations.c: * libnautilus-private/nautilus-file.c: * libnautilus-private/nautilus-icon-info.h: * libnautilus-private/nautilus-idle-queue.h: * libnautilus-private/nautilus-monitor.h: * libnautilus-private/nautilus-search-engine-simple.c: * src/file-manager/fm-list-model.c: * src/file-manager/fm-list-model.h: * src/file-manager/fm-list-view.c: * src/nautilus-emblem-sidebar.h: * src/nautilus-notebook.c: * src/nautilus-notebook.h: Use single GLib/GTK+ includes. Patch by Maxim Ermilov (#560432).