*** This bug is a duplicate of bug 880952 ***
https://bugs.launchpad.net/bugs/880952
** This bug has been marked a duplicate of bug 880952
Evince prints gdk critical failings on console output
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscrib
The error messages seem to come from a call to gtk_widget_set_sensitive
in the callback function ev_sidebar_document_changed_cb - on line 518 of
shell/ev-sidebar.c, when it is called after a new document is loaded:
gtk_widget_set_sensitive (GTK_WIDGET (sidebar->priv->notebook), TRUE);
I'm afraid