Hey list, 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.
Yours truly, -- Kip Warner | Senior Software Engineer OpenPGP signed/encrypted mail preferred https://www.cartesiantheatre.com
diff --git a/gtksourceview/src/styleschemechooserwidget.hg b/gtksourceview/src/styleschemechooserwidget.hg
index d9ba707..eefe7d8 100644
--- a/gtksourceview/src/styleschemechooserwidget.hg
+++ b/gtksourceview/src/styleschemechooserwidget.hg
@@ -35,7 +35,7 @@ namespace Gsv
*/
class StyleSchemeChooserWidget : public Gtk::Bin
{
- _CLASS_GTKOBJECT(StyleSchemeChooserWidget, GtkSourceStyleStyleSchemeChooserWidget, GTK_SOURCE_STYLE_SCHEME_CHOOSER_WIDGET, Gtk::Bin, GtkBin)
+ _CLASS_GTKOBJECT(StyleSchemeChooserWidget, GtkSourceStyleSchemeChooserWidget, GTK_SOURCE_STYLE_SCHEME_CHOOSER_WIDGET, Gtk::Bin, GtkBin)
public:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list
