mirror of
https://github.com/labwc/labwc.git
synced 2026-04-26 06:47:19 -04:00
src/cycle/cycle.c: fix typo
This commit is contained in:
parent
20540d76f9
commit
7d264c907f
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ cycle_begin(enum lab_cycle_dir direction,
|
||||||
|
|
||||||
struct view *active_view = server.active_view;
|
struct view *active_view = server.active_view;
|
||||||
if (active_view && active_view->cycle_link.next) {
|
if (active_view && active_view->cycle_link.next) {
|
||||||
/* Select the active view it's in the cycle list */
|
/* Select the active view if it's in the cycle list */
|
||||||
server.cycle.selected_view = active_view;
|
server.cycle.selected_view = active_view;
|
||||||
} else {
|
} else {
|
||||||
/* Otherwise, select the first view in the cycle list */
|
/* Otherwise, select the first view in the cycle list */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue