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:
@ -501,7 +501,7 @@ const EndSessionDialog = new Lang.Class({
|
||||
let [type, timestamp, totalSecondsToStayOpen, inhibitorObjectPaths] = parameters;
|
||||
this._totalSecondsToStayOpen = totalSecondsToStayOpen;
|
||||
this._inhibitors = [];
|
||||
this._applicationList.destroy_children();
|
||||
this._applicationList.destroy_all_children();
|
||||
this._type = type;
|
||||
|
||||
if (!(this._type in DialogContent)) {
|
||||
|
Reference in New Issue
Block a user