Florian Müllner 6d34b2e7dd screen: Remove stray assert
When the number of (static) workspaces decreases, we relocate windows
from extra workspaces before removing them. As removing a non-empty
workspace is not allowed, we assert that it doesn't contain any windows
before removing it.

However that assert is

 - pointless, because meta_workspace_remove() already asserts that
   the workspace is empty

 - wrong, because even empty workspaces contain windows that are set
   to show on all workspaces

Simply drop the assert to avoid a crash when trying to remove a workspace
while on-all-workspaces windows are present.

https://bugzilla.gnome.org/show_bug.cgi?id=784223
2017-07-05 16:53:26 +02:00
2017-02-16 02:44:16 +01:00
2015-07-06 00:52:18 -07:00
2017-05-06 08:33:45 +02:00
2017-07-05 16:53:26 +02:00
2014-03-18 20:37:35 -04:00
2017-05-11 13:45:12 +02:00
2017-06-23 11:38:37 +02:00
2016-04-27 20:37:47 +02:00
2014-07-31 17:50:28 +02:00
2017-06-23 11:38:37 +02:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%