Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-08-19 13:32:52 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-09-15 13:56:01 (GMT)
commit5895fd0263840bb7c16ef1c4154404cd80839b9b (patch)
tree403488472fc09e31ca89d77bbfc5b7583b37c1e0
parentc4b192c34c4758bd078d1a212d69c6ae5084d6c8 (diff)
[shell] Add missing cast
-rw-r--r--shell/ev-sidebar-attachments.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-sidebar-attachments.c b/shell/ev-sidebar-attachments.c
index e0779f0..b63c5ef 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*