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 793204 - Broken Gsv::StyleSchemeChooserWidget's _CLASS_GTKOBJECT declaration
Broken Gsv::StyleSchemeChooserWidget's _CLASS_GTKOBJECT declaration
Status: RESOLVED FIXED
Product: gtksourceviewmm
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gtksourceviewmm-maint
gtksourceviewmm-maint
Depends on:
Blocks:
 
 
Reported: 2018-02-06 01:44 UTC by Kip
Modified: 2018-02-21 21:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch to solve problem. (1.02 KB, patch)
2018-02-06 01:44 UTC, Kip
none Details | Review

Description Kip 2018-02-06 01:44:14 UTC
Created attachment 367937 [details] [review]
Proposed patch to solve problem.

I've attached a patch to be applied against git head. The _CLASS_GTKOBJECT was using a bad C Gtk class name in one of the Gsv::StyleSchemeChooserWidget .hg file used to generate the C++ bindings.
Comment 1 Murray Cumming 2018-02-10 09:28:41 UTC
Thanks. Pushed to git master.

Next time, please make a local git commit, with a commit message, and then use "git format-patch HEAD^" or similar to create a git patch. Thanks.
Comment 2 Kip 2018-02-10 21:38:38 UTC
Thanks Murray. I've tried emailing you twice at murrayc at murrayc dot com. Is that the wrong address?
Comment 3 Kip 2018-02-11 00:30:45 UTC
By the way, I had done a local commit with a commit message and ran git format-patch HEAD^:

commit 5c2cd3b0b3f3c27034e4e69d48552549a5b28a9f (HEAD -> master)
Author: Kip Warner <kip@thevertigo.com>
Date:   Mon Feb 5 17:42:32 2018 -0800

    Fixed: _CLASS_GTKOBJECT using bad C Gtk class name in Gsv::StyleSchemeChooserWidget .hg file used to generate the C++ bindings...
Comment 4 Kip 2018-02-21 18:41:55 UTC
Hey Murray. I just re-sent my email to you of 2 Feb 2018. Is your address still murrayc at murrayc dot com?
Comment 5 Murray Cumming 2018-02-21 20:49:10 UTC
Please use the gtkmm mailing list instead of contacting me directly.
Comment 6 Kip 2018-02-21 21:10:43 UTC
Thanks Murray, but I already did 1 Feb 2018.