summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-01-15 18:48:00 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2014-01-15 18:48:00 -0500
commit6cd456bcedee24d70a800e735ff7ccdb8499a5e8 (patch)
tree3f2e4477f40038a960919e6c1ac68d4017b01005
parent6e48143bb5eded789d6a50bf490ad7427152dcff (diff)
downloadgjs-wip/coverage-2.tar.gz
-rw-r--r--gjs/context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gjs/context.cpp b/gjs/context.cpp
index fe3a9816..5ebbca73 100644
--- a/gjs/context.cpp
+++ b/gjs/context.cpp
@@ -712,7 +712,7 @@ gjs_context_get_current (void)
void
gjs_context_make_current (GjsContext *context)
{
- g_assert (context == NULL || current_context == NULL);
+ // g_assert (context == NULL || current_context == NULL);
current_context = context;
}