From ca41dd0b6f68683f8586f78e7a8171551c6ad57a Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Thu, 23 Dec 2010 16:51:07 +0100 Subject: Fix crash in cycle-selection (and restructure internals). (bzr r9980) --- src/select-context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select-context.h') diff --git a/src/select-context.h b/src/select-context.h index 4c58fc858..377e07275 100644 --- a/src/select-context.h +++ b/src/select-context.h @@ -38,8 +38,8 @@ struct SPSelectContext : public SPEventContext { bool button_press_ctrl; bool button_press_alt; - bool is_cycling; GList *cycling_items; + GList *cycling_items_cmp; GList *cycling_items_selected_before; GList *cycling_cur_item; -- cgit v1.2.3