Index: contexts/vocabulary.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/panels/contexts/vocabulary.inc,v
retrieving revision 1.3
diff -d -u -p -r1.3 vocabulary.inc
--- contexts/vocabulary.inc	31 Aug 2008 14:49:13 -0000	1.3
+++ contexts/vocabulary.inc	1 Feb 2009 22:09:58 -0000
@@ -59,7 +59,7 @@ function panels_context_vocabulary_setti
     '#title' => t('Vocabulary'),
     '#type' => 'select',
     '#options' => $options,
-    '#default_value' => $conf['vids'],
+    '#default_value' => $conf['vid'],
     '#prefix' => '<div class="clear-block">',
     '#suffix' => '</div>',
     '#description' => t('Select the vocabulary for this form.'),
