> forwarded 547152 "Jordi Fita <[email protected]>" > 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? >
Actually, the bug was that I tried to set the side bar's contents even when there was no document loaded and thus there were no tree to set. I fixed this bug on ePDFView's subversion some hours ago, so it will be fixed next release. Regards, Jordi. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

