Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 279947
Collapse All | Expand All

(-)/src/PdfMod/Gui/DocumentIconView.cs (-1 / +1 lines)
Lines 319-325 Link Here
319
                if (to_index < 0)
319
                if (to_index < 0)
320
                    return;
320
                    return;
321
321
322
                var pages = args.SelectionData.Data as Hyena.Gui.DragDropList<Page>;
322
                Hyena.Gui.DragDropList<Page> pages = args.SelectionData;
323
                to_index -= pages.Count (p => p.Index < to_index);
323
                to_index -= pages.Count (p => p.Index < to_index);
324
                var action = new MoveAction (document, pages, to_index);
324
                var action = new MoveAction (document, pages, to_index);
325
                action.Do ();
325
                action.Do ();

Return to bug 279947