r44276 - /trunk/libgtk2-perl/debian/patches/gtktreeview_expand.patch

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sat Sep 19 06:35:06 UTC 2009


Author: carnil-guest
Date: Sat Sep 19 06:34:55 2009
New Revision: 44276

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44276
Log:
refresh patch

Modified:
    trunk/libgtk2-perl/debian/patches/gtktreeview_expand.patch

Modified: trunk/libgtk2-perl/debian/patches/gtktreeview_expand.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/patches/gtktreeview_expand.patch?rev=44276&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/patches/gtktreeview_expand.patch (original)
+++ trunk/libgtk2-perl/debian/patches/gtktreeview_expand.patch Sat Sep 19 06:34:55 2009
@@ -16,7 +16,7 @@
  
 +$view -> expand_all();
  $view -> set_cursor(Gtk2::TreePath -> new("1:0"), $view_column_one, 0);
- is(($view -> get_cursor()[0]->to_string()), "1:0");
+ is(($view -> get_cursor())[0] -> to_string(), "1:0");
  is(($view -> get_cursor())[1], $view_column_one);
 @@ -614,6 +615,7 @@
  	skip("set_cursor_on_cell is new in 2.2.x", 2)
@@ -26,4 +26,3 @@
  	$view -> set_cursor_on_cell(Gtk2::TreePath -> new("1:1"),
  				    $view_column,
  				    $cell_renderer,
-




More information about the Pkg-perl-cvs-commits mailing list