summaryrefslogtreecommitdiff
path: root/src/scenes/place_detail.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-12-04 21:44:26 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-12-04 21:44:26 +0100
commit31068b7b2abb092768773e7a23428d2861cc4c7a (patch)
tree4bef2f9df03e0ea0bc0bf146277bbb4ebd48b52a /src/scenes/place_detail.c
parentef32a4bba790b551821cbcf5b98d9416c86a2761 (diff)
bug fixes
Diffstat (limited to 'src/scenes/place_detail.c')
-rw-r--r--src/scenes/place_detail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scenes/place_detail.c b/src/scenes/place_detail.c
index 1a7d832..5c365b8 100644
--- a/src/scenes/place_detail.c
+++ b/src/scenes/place_detail.c
@@ -673,6 +673,7 @@ void place_detail_show_schedule_with_highlighted_job(world_location* loc, schedu
_active_schedule_state = VIEWING;
_active_selected_scheduled_job = job;
+ _active_scheduling_job = *job;
selected_tab_index = PLACE_DETAIL_SHOW_MAIN;
current_detail_state = PLACE_DETAIL_SHOW_SCHEDULE;
tag_animation = animation_create(TAG_ANIMATION_DURATION);