]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-sidebar-attachments.c
Updated Arabic Translation by Khaled Hosny.
[evince.git] / shell / ev-sidebar-attachments.c
index fa64fbce9561b4835e0c7a4bd9036903953dca8c..44c027f5baa63bb22981fdefb900a9eea2c05623 100644 (file)
@@ -295,7 +295,10 @@ ev_sidebar_attachments_button_press (EvSidebarAttachments *ev_attachbar,
                                if (!attachment)
                                        return FALSE;
                                
-                               ev_attachment_open (attachment, &error);
+                               ev_attachment_open (attachment,
+                                                   gtk_widget_get_screen (GTK_WIDGET (ev_attachbar)),
+                                                   event->time,
+                                                   &error);
                                
                                if (error) {
                                        g_warning ("%s", error->message);