Index: view_alias.module
===================================================================
--- view_alias.module	(revision 1347)
+++ view_alias.module	(working copy)
@@ -188,7 +188,7 @@
         continue;
       }
       // its some sort of page cause the query says so.
-      else {
+      elseif (isset($display->display_options['path'])) {
         //dpr($display);
         // add the page and replace overridden args.
         $alias->path = $display->display_options['path'];       
