diff --git a/shell/frame/RightPanel.py b/shell/frame/RightPanel.py index 3c362d24..e47984a3 100644 --- a/shell/frame/RightPanel.py +++ b/shell/frame/RightPanel.py @@ -37,7 +37,8 @@ class RightPanel(GridGroup): pass def clear(self): - pass + while (self.get_n_children() > 0): + self.remove_child(0) def __activity_appeared_cb(self, pservice, activity_ps): activity = self._shell.get_current_activity()