summaryrefslogtreecommitdiff
path: root/src/core/group.c
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2008-07-13 03:26:39 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-07-13 03:26:39 +0000
commit6bf62be4d002ec6a623b2c6c00e795c4695664e1 (patch)
tree70a40a87e94a559b15018fbe8c07138b7418ce58 /src/core/group.c
parent77820c9697097f9cdb4be0422db72fb9d86070b4 (diff)
downloadmetacity-6bf62be4d002ec6a623b2c6c00e795c4695664e1.tar.gz
This function can now officially return NULL. Two windows can't belong to
2008-07-12 Thomas Thurman <tthurman@gnome.org> * src/core/group.c (meta_window_get_group): This function can now officially return NULL. * src/core/window.c (meta_window_same_application): Two windows can't belong to the same application unless they both belong to some application. (Both belonging to no application is not the same.) Closes #453022. svn path=/trunk/; revision=3785
Diffstat (limited to 'src/core/group.c')
-rw-r--r--src/core/group.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/group.c b/src/core/group.c
index 5b327407..69c879ee 100644
--- a/src/core/group.c
+++ b/src/core/group.c
@@ -109,8 +109,6 @@ meta_window_get_group (MetaWindow *window)
if (window->unmanaging)
return NULL;
- g_assert (window->group != NULL);
-
return window->group;
}