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);
}
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]