From: Carlos Garcia Campos Date: Wed, 19 Aug 2009 13:32:52 +0000 (+0200) Subject: [shell] Add missing cast X-Git-Tag: EVINCE_2_29_1~105 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=5895fd0263840bb7c16ef1c4154404cd80839b9b;p=evince.git [shell] Add missing cast --- diff --git a/shell/ev-sidebar-attachments.c b/shell/ev-sidebar-attachments.c index e0779f01..b63c5efc 100644 --- a/shell/ev-sidebar-attachments.c +++ b/shell/ev-sidebar-attachments.c @@ -687,7 +687,7 @@ ev_sidebar_attachments_support_document (EvSidebarPage *sidebar_page, EvDocument *document) { return (EV_IS_DOCUMENT_ATTACHMENTS (document) && - ev_document_attachments_has_attachments (document)); + ev_document_attachments_has_attachments (EV_DOCUMENT_ATTACHMENTS (document))); } static const gchar*