From: Abhishek Sharma public Date: Thu, 12 Aug 2010 07:53:35 +0000 (+0530) Subject: Naming Correction X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eb120eac5ffd577ae24acb340d4c6fb89db24c30;p=inkscape.git Naming Correction --- diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index f7123da47..bd2d2768c 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -1751,7 +1751,7 @@ struct Forward { static Iterator next(Iterator i) { return SP_OBJECT_NEXT(i); } }; -struct ReverseSelect { +struct ListReverse { typedef GSList *Iterator; static Iterator children(SPObject *o) { @@ -1830,7 +1830,7 @@ sp_selection_item_prev(SPDesktop *desktop) root = desktop->currentRoot(); } - SPItem *item=next_item_from_list(desktop, selection->itemList(), root, SP_CYCLING == SP_CYCLE_VISIBLE, inlayer, onlyvisible, onlysensitive); + SPItem *item=next_item_from_list(desktop, selection->itemList(), root, SP_CYCLING == SP_CYCLE_VISIBLE, inlayer, onlyvisible, onlysensitive); if (item) { selection->set(item, PREFS_SELECTION_LAYER_RECURSIVE == inlayer);