st-container: Remove st_container_destroy_children
It was a simple wrapper around clutter_actor_destroy_all_children. https://bugzilla.gnome.org/show_bug.cgi?id=670034
This commit is contained in:
@ -105,7 +105,7 @@ const WorkspaceSwitcherPopup = new Lang.Class({
|
||||
},
|
||||
|
||||
_redraw : function(direction, activeWorkspaceIndex) {
|
||||
this._list.destroy_children();
|
||||
this._list.destroy_all_children();
|
||||
|
||||
for (let i = 0; i < global.screen.n_workspaces; i++) {
|
||||
let indicator = null;
|
||||
|
Reference in New Issue
Block a user