Skip to content

Commit

Permalink
GotoPage: fix monitor assignment
Browse files Browse the repository at this point in the history
Assign the current monitor to the correct variable.
  • Loading branch information
ThomasAdam committed Mar 20, 2024
1 parent abe6cb6 commit 5f9cc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvwm/virtual.c
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@ Bool get_page_arguments(
}

if (m == NULL)
monitor_get_current();
m = monitor_get_current();
*mret = m;

mw = monitor_get_all_widths();
Expand Down

0 comments on commit 5f9cc16

Please sign in to comment.