severity 767892 grave
tags 767892 + pending
thanks

Hi,

I'd even set the severity to grave as software for subtitle editing should be 
able
to do that.

I attached a patch and will ask my sponsor for upload and the release team for 
an
unblock.

Best,
Philip

BTW: I'll also update the version in experimental, the patch is ready.



Author: Philip Rinn <ri...@inventati.org>
Description: With glib >= 2.42.0  you need to add interfaces before class_init
--- a/src/gui/textviewcell.cc
+++ b/src/gui/textviewcell.cc
@@ -29,8 +29,8 @@
  *
  */
 TextViewCell::TextViewCell()
-:	Glib::ObjectBase(typeid(TextViewCell)),
-	Gtk::CellEditable()
+:	Gtk::CellEditable(),
+    Glib::ObjectBase(typeid(TextViewCell))
 {
 	se_debug(SE_DEBUG_VIEW);
 
--- a/src/gui/textviewcell.h
+++ b/src/gui/textviewcell.h
@@ -29,7 +29,7 @@
 /*
  * Cell text editable with multiline support.
  */
-class TextViewCell : public Gtk::TextView, public Gtk::CellEditable
+class TextViewCell : public Gtk::CellEditable, public Gtk::TextView
 {
 public:
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to