[SCM] laditools/master: Fix GtkTreeView's set_cursor call to avoid ladi-control-center crashes.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri May 18 15:40:28 UTC 2012


The following commit has been merged in the master branch:
commit 84b30e616b267dec0146159c8a8e4a2761385049
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri May 18 17:36:16 2012 +0200

    Fix GtkTreeView's set_cursor call to avoid ladi-control-center crashes.
    
    Closes: #671366

diff --git a/debian/patches/0001-treeview_set_cursor.patch b/debian/patches/0001-treeview_set_cursor.patch
new file mode 100644
index 0000000..89db730
--- /dev/null
+++ b/debian/patches/0001-treeview_set_cursor.patch
@@ -0,0 +1,20 @@
+Description: Fix TreeView's set_cursor call to prevent ladi-control-center crashes.
+From: http://repo.or.cz/w/laditools.git/commitdiff/607e068b85a6013fb
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671366
+---
+ ladi-control-center |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- laditools.orig/ladi-control-center
++++ laditools/ladi-control-center
+@@ -561,8 +561,8 @@ class jack_params_configure_command(conf
+         if len(param_names):
+             # move cursor to first row and 'value' column
+             self.treeview.set_cursor(Gtk.TreePath(path=0),
+-                                     focus_column=self.tvcolumn_value,
+-                                     start_editing=False)
++                                     self.tvcolumn_value,
++                                     False)
+ 
+         return self.treeview
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cc93459
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-treeview_set_cursor.patch

-- 
laditools packaging



More information about the pkg-multimedia-commits mailing list