Changeset 533

Show
Ignore:
Timestamp:
29/06/2008 18:12:33 (2 months ago)
Author:
nextime
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • packages/astronomy/skyliveng/tags/venus/debian/changelog

    r530 r533  
     1skyliveng (0.1rc6.venus-1) stable; urgency=low 
     2 
     3  * New release 
     4 
     5 -- Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it>  Sun, 29 Jun 2008 18:12:16 +0200 
     6 
    17skyliveng (0.1rc5.venus-3) stable; urgency=low 
    28 
  • packages/astronomy/skyliveng/tags/venus/skylive/imager.py

    r523 r533  
    165165      except: 
    166166         pass 
    167       self.aboutPop = model.childWindow(self, info.infoBox, rsrc) 
     167      self.headerPop = model.childWindow(self, info.infoBox, rsrc) 
    168168      self.headerPop.title = "Fits Header" 
    169169      self.headerPop.components.infobox.text='FIELD\t\t\tVALUE\n' 
  • packages/astronomy/skyliveng/tags/venus/skylive/protocol.py

    r523 r533  
    188188 
    189189   def MsgLogin(self): 
    190       return self.MsgFormat('InvioDati', ['014', ' '.join(platform.uname())+platform.platform()]) 
     190      return self.MsgFormat('InvioDati', ['015', ' '.join(platform.uname())+platform.platform()]) 
    191191     
    192192   def changeTelescope(self, tscope): 
  • packages/astronomy/skyliveng/trunk/debian/changelog

    r530 r533  
     1skyliveng (0.1rc6-1) unstable; urgency=low 
     2 
     3  * new Release 
     4 
     5 -- Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it>  Sun, 29 Jun 2008 18:11:49 +0200 
     6 
    17skyliveng (0.1rc5-3) unstable; urgency=low 
    28 
  • packages/astronomy/skyliveng/trunk/skylive/imager.py

    r523 r533  
    165165      except: 
    166166         pass 
    167       self.aboutPop = model.childWindow(self, info.infoBox, rsrc) 
     167      self.headerPop = model.childWindow(self, info.infoBox, rsrc) 
    168168      self.headerPop.title = "Fits Header" 
    169169      self.headerPop.components.infobox.text='FIELD\t\t\tVALUE\n' 
  • packages/astronomy/skyliveng/trunk/skylive/protocol.py

    r523 r533  
    188188 
    189189   def MsgLogin(self): 
    190       return self.MsgFormat('InvioDati', ['014', ' '.join(platform.uname())+platform.platform()]) 
     190      return self.MsgFormat('InvioDati', ['015', ' '.join(platform.uname())+platform.platform()]) 
    191191     
    192192   def changeTelescope(self, tscope):