diff --git a/src/AppSystem/Launcher.vala b/src/AppSystem/Launcher.vala index bb7e0c01..e2b02411 100644 --- a/src/AppSystem/Launcher.vala +++ b/src/AppSystem/Launcher.vala @@ -45,6 +45,7 @@ public class Dock.Launcher : BaseItem { running_box.append (second_running_indicator); } else if (!value && second_running_indicator != null) { running_box.remove (second_running_indicator); + second_running_indicator = null; } } }