]> www.fi.muni.cz Git - evince.git/commit
Fix the crash when trying to copy in backends that doesnt support it. We
authorMarco Pesenti Gritti <mpg@redhat.com>
Thu, 14 Apr 2005 15:41:30 +0000 (15:41 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Thu, 14 Apr 2005 15:41:30 +0000 (15:41 +0000)
commit1561766454d8a06d887da5c2955b8c4d1dddd9a3
tree85e839740013b1cd263cb2c151ab82d90de42d13
parentcfce03c7e1db82c1abad3ba4b39652986589e2a3
Fix the crash when trying to copy in backends that doesnt support it. We

2005-04-14   Marco Pesenti Gritti <mpg@redhat.com>

        * backend/ev-document.h:
        * djvu/djvu-document.c: (djvu_document_can_get_text),
        (djvu_document_document_iface_init):
        * dvi/dvi-document.c: (dvi_document_can_get_text),
        (dvi_document_document_iface_init):
        * pdf/ev-poppler.cc:
        * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
        (pixbuf_document_document_iface_init):
        * ps/ps-document.c: (ps_document_can_get_text),
        (ps_document_document_iface_init):
        * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
        * shell/ev-window.c: (update_action_sensitivity):

        Fix the crash when trying to copy in backends that doesnt
        support it. We can implement a better solution once we
        do real text selection.
ChangeLog
backend/ev-document.c
backend/ev-document.h
djvu/djvu-document.c
dvi/dvi-document.c
pdf/ev-poppler.cc
pixbuf/pixbuf-document.c
ps/ps-document.c
shell/ev-view.c
shell/ev-window.c