search spec components factored out of T365
[catagits/Reaction.git] / lib / Reaction / UI / FocusStack.pm
index c6a6743..0af90a8 100644 (file)
@@ -22,7 +22,7 @@ sub push_viewport {
   my $tail = $self->vp_tail;
   my $loc = $self->vp_count;
   if ($self->has_loc_prefix) {
-    $loc = join('.', $self->loc_prefix, $loc);
+    $loc = join('-', $self->loc_prefix, $loc);
   }
   my $vp = $class->new(
              %create,