GNOME Bugzilla – Bug 590769
Can't create a SourceBuffer from a Gtk::TextTagTable
Last modified: 2009-11-27 13:49:20 UTC
Please describe the problem: We got a warning when we try to create a sourcebuffer from a texttagtable. (test:21180): glibmm-WARNING **: Glib::ConstructParams::ConstructParams(): object class "gtkmm__GtkSourceBuffer" has no property named "tagtable" And we can't use all tags on the buffer. Steps to reproduce: 1. create a buffer from a Glib::RefPtr<Gtk::TextTagTable> Actual results: Expected results: Does this happen every time? Other information:
Created attachment 139892 [details] Test case
Created attachment 139893 [details] [review] Patch
Created attachment 142544 [details] [review] New patch This patch is better than the previous one.
If you have commit access, please do commit this to any branch that you like. Sorry for not noticing this until now.
Fixed in master.