Index: /branches/camp/camp-2_5-E/data/class/SC_Display.php
===================================================================
--- /branches/camp/camp-2_5-E/data/class/SC_Display.php	(revision 19177)
+++ /branches/camp/camp-2_5-E/data/class/SC_Display.php	(revision 19178)
@@ -47,5 +47,5 @@
     function hoge(LC_Page $page){
         $this->assign($page);
-        if(!$this->deviceSeted){
+        if(!$this->deviceSeted || !is_null($this->view)){
             $device = $this->detectDevice();
             $this->setDevice($device);
@@ -90,4 +90,5 @@
     
     function setView(SC_View $view){
+        
         $this->view = $view;
     }
