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 344743 - gtk_targets_include_text() should initialize atoms
gtk_targets_include_text() should initialize atoms
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.9.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-06-13 07:51 UTC by John Finlay
Modified: 2011-02-04 16:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (944 bytes, patch)
2006-06-13 07:52 UTC, John Finlay
none Details | Review

Description John Finlay 2006-06-13 07:51:35 UTC
gtk_targets_include_text(), gtk_targets_include_rich_text() and gtk_targets_include_uri() should initialize atoms before tests.
Comment 1 John Finlay 2006-06-13 07:52:58 UTC
Created attachment 67241 [details] [review]
proposed patch

call init_atoms() to initialize atoms before tests.
Comment 2 Matthias Clasen 2006-06-14 13:37:53 UTC
2006-06-14  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkselection.c: Call init_atoms before using atoms
        in several functions.  (#344743, John Finlay)