? context-661094-7.patch
Index: context_ui/context_ui.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/context/context_ui/context_ui.module,v
retrieving revision 1.13.2.48.2.1.2.19
diff -u -p -r1.13.2.48.2.1.2.19 context_ui.module
--- context_ui/context_ui.module	23 Aug 2010 16:40:56 -0000	1.13.2.48.2.1.2.19
+++ context_ui/context_ui.module	18 Jan 2011 20:32:42 -0000
@@ -11,6 +11,13 @@ function context_ui_ctools_plugin_direct
 }
 
 /**
+ * Implementation of hook_perm().
+ */
+function context_ui_perm() {
+  return array('create contexts');
+}
+
+/**
  * Implementation of hook_theme().
  */
 function context_ui_theme() {
Index: context_ui/export_ui/context.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/context/context_ui/export_ui/Attic/context.inc,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 context.inc
--- context_ui/export_ui/context.inc	5 Aug 2010 16:46:26 -0000	1.1.2.1
+++ context_ui/export_ui/context.inc	18 Jan 2011 20:32:42 -0000
@@ -2,6 +2,7 @@
 // $Id: context.inc,v 1.1.2.1 2010/08/05 16:46:26 yhahn Exp $
 
 $plugin = array(
+  'access' => 'create contexts',
   'schema' => 'context',
   'menu' => array(
     'menu prefix' => 'admin/build',
