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 317413 - Be a bit more careful with attached buffer in GtkSourceUndoManager
Be a bit more careful with attached buffer in GtkSourceUndoManager
Status: RESOLVED OBSOLETE
Product: gtksourceview
Classification: Platform
Component: General
1.4.x
Other Linux
: High normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on: 326622
Blocks:
 
 
Reported: 2005-09-28 09:36 UTC by Yevgen Muntyan
Modified: 2014-02-15 12:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The patch (2.46 KB, patch)
2005-09-28 09:37 UTC, Yevgen Muntyan
none Details | Review

Description Yevgen Muntyan 2005-09-28 09:36:31 UTC
Version details: 1.4.1

Add g_object_add_weak_pointer(attached_buffer, &um->priv->document) in order 
not to try to disconnect signal handlers from junk in finalize(); disconnect  
forgotten modified_changed_handler in finalize().
Comment 1 Yevgen Muntyan 2005-09-28 09:37:11 UTC
Created attachment 52766 [details] [review]
The patch
Comment 2 Brent Smith (smitten) 2005-09-29 05:35:27 UTC
Adding NEW and upping priority due to the patch.