backgroundMenu: drop cursor object with rest of menu actors

https://bugzilla.gnome.org/show_bug.cgi?id=697395
This commit is contained in:
Ray Strode 2013-04-04 16:37:13 -04:00
parent e98c6ff31b
commit dc98711477

View File

@ -60,5 +60,7 @@ function addBackgroundMenu(actor) {
actor._backgroundMenu.destroy();
actor._backgroundMenu = null;
actor._backgroundManager = null;
cursor.destroy();
});
}