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 733407 - GtkTextView: use GSlice
GtkTextView: use GSlice
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
3.13.x
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-07-19 15:31 UTC by Sébastien Wilmet
Modified: 2014-07-20 10:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkTextView: use GSlice (12.11 KB, patch)
2014-07-19 15:31 UTC, Sébastien Wilmet
committed Details | Review

Description Sébastien Wilmet 2014-07-19 15:31:06 UTC
See the attached patch.
Comment 1 Sébastien Wilmet 2014-07-19 15:31:44 UTC
Created attachment 281189 [details] [review]
GtkTextView: use GSlice

GSlice is better for allocating structs.
Comment 2 Matthias Clasen 2014-07-20 04:49:06 UTC
Review of attachment 281189 [details] [review]:

Sure, if it works.
Comment 3 Sébastien Wilmet 2014-07-20 10:38:00 UTC
Comment on attachment 281189 [details] [review]
GtkTextView: use GSlice

Pushed to the master branch.