forwarded 547152 "Jordi Fita <jo...@emma-soft.com>"
thanks

Jonny a écrit :
> Package: epdfview
> Version: 0.1.7-2
> Severity: minor
> 
> I receive the next error message whenever I start epdfview:
>  (epdfview:x): Gtk-CRITICAL **: gtk_tree_view_set_cursor_on_cell: assertion 
>  `tree_view->priv->tree != NULL' failed
> 
> --- epdfview-0.1.7~/src/gtk/MainView.cxx
> +++ epdfview-0.1.7/src/gtk/MainView.cxx
> @@ -806,7 +806,7 @@
> 
>      // Already select the first outline.
>      GtkTreePath *path = gtk_tree_path_new_from_string ("0");
> -    gtk_tree_view_set_cursor (GTK_TREE_VIEW (m_TreeIndex), path, NULL, 
> FALSE);
> +    //gtk_tree_view_set_cursor (GTK_TREE_VIEW (m_TreeIndex), path, NULL, 
> FALSE);
>      gtk_tree_path_free (path);
>  }
> 
I don't really think that fix is really submittable :) Do you exactly
know what it does and why it fails?

I know the Gtk-CRITICAL stuff can be pretty scary, but afaik it's
harmless atm.

I'm forwarding this to upstream anyway.
-- 
Yves-Alexis



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to