diff --git a/budgie-showtime/src/showtime_desktop/showtime_desktop.vala b/budgie-showtime/src/showtime_desktop/showtime_desktop.vala index 05200335..18f4e697 100644 --- a/budgie-showtime/src/showtime_desktop/showtime_desktop.vala +++ b/budgie-showtime/src/showtime_desktop/showtime_desktop.vala @@ -510,7 +510,7 @@ namespace ShowTime { win_name = "Showtime"; if (args.length == 5) { subwindow = true; - win_name = "Showtime_".concat(args[1]); + win_name = "Showtime_".concat(args[2]); custom_posargs = {int.parse(args[3]), int.parse(args[4])}; } new TimeWindow(uuid);