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 362031 - reduce relocations
reduce relocations
Status: RESOLVED FIXED
Product: eel
Classification: Deprecated
Component: general
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-13 21:42 UTC by Christian Persch
Modified: 2007-01-18 12:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (6.57 KB, patch)
2006-10-13 21:43 UTC, Christian Persch
committed Details | Review

Description Christian Persch 2006-10-13 21:42:54 UTC
by not making GTypeInfo/GInterfaceInfo unnecessarily static.
Comment 1 Christian Persch 2006-10-13 21:43:17 UTC
Created attachment 74659 [details] [review]
patch
Comment 2 Christian Persch 2007-01-18 12:09:57 UTC
        * eel/eel-accessibility.c: (eel_accessibility_add_simple_text),
        (eel_accessible_text_get_type):
        * eel/eel-alert-dialog.c: (eel_alert_dialog_get_type):
        * eel/eel-canvas.c: (eel_canvas_item_get_type),
        (eel_canvas_group_get_type), (eel_canvas_get_type),
        (eel_canvas_accessible_factory_get_type),
        (eel_canvas_item_accessible_get_type),
        (eel_canvas_item_accessible_factory_get_type):
        * eel/eel-editable-label.c: (eel_editable_label_get_type),
        (eel_editable_label_get_accessible):
        * eel/eel-labeled-image.c: (eel_labeled_image_get_accessible):
        * eel/eel-mime-application-chooser.c:
        (eel_mime_application_chooser_get_type):
        * eel/eel-open-with-dialog.c: (eel_open_with_dialog_get_type): No need
        to make GTypeInfo and GInterfaceInfo static. Bug #362031.