Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.1:ARM:Staging
pdfmod
pdfmod-mono-2.10.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pdfmod-mono-2.10.patch of Package pdfmod
From a29cfe7f8f31ce003fa3e307d54d86a2a8e8cf19 Mon Sep 17 00:00:00 2001 From: Nuno Araujo <nuno.araujo@russo79.com> Date: Mon, 21 Mar 2011 04:10:52 +0000 Subject: Fix compilation under Mono 2.10 (bgo#644516) Force use of the overloaded implicit operator of Hyena.Gui.DragDropList to solve mono 2.10 compilation problems. Signed-off-by: Alexander Kojevnikov <alexander@kojevnikov.com> --- diff --git a/src/PdfMod/Gui/DocumentIconView.cs b/src/PdfMod/Gui/DocumentIconView.cs index 5796c72..386d662 100644 --- a/src/PdfMod/Gui/DocumentIconView.cs +++ b/src/PdfMod/Gui/DocumentIconView.cs @@ -319,7 +319,7 @@ namespace PdfMod.Gui if (to_index < 0) return; - var pages = args.SelectionData.Data as Hyena.Gui.DragDropList<Page>; + Hyena.Gui.DragDropList<Page> pages = args.SelectionData; to_index -= pages.Count (p => p.Index < to_index); var action = new MoveAction (document, pages, to_index); action.Do (); -- cgit v0.9
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor