when cancelling return the first desktop
This commit is contained in:
parent
e7ae71db70
commit
8008638ed6
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ done_cycle:
|
||||||
|
|
||||||
popup_cycle(0, FALSE);
|
popup_cycle(0, FALSE);
|
||||||
|
|
||||||
return d = screen_desktop;
|
return d;
|
||||||
}
|
}
|
||||||
|
|
||||||
void screen_update_layout()
|
void screen_update_layout()
|
||||||
|
|
Loading…
Reference in a new issue