commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue-navigator/src UIgtk2.py UIwx.py UIwxpython.py


From: Jason Cater
Subject: gnue-navigator/src UIgtk2.py UIwx.py UIwxpython.py
Date: Fri, 22 Aug 2003 07:59:34 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-navigator
Branch:         
Changes by:     Jason Cater <address@hidden>    03/08/22 07:59:34

Modified files:
        src            : UIgtk2.py UIwx.py UIwxpython.py 

Log message:
        proper fix for version display

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-navigator/src/UIgtk2.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-navigator/src/UIwx.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-navigator/src/UIwxpython.py.diff?tr1=1.28&tr2=1.29&r1=text&r2=text

Patches:
Index: gnue-navigator/src/UIgtk2.py
diff -c gnue-navigator/src/UIgtk2.py:1.1 gnue-navigator/src/UIgtk2.py:1.2
*** gnue-navigator/src/UIgtk2.py:1.1    Mon Aug  4 11:41:37 2003
--- gnue-navigator/src/UIgtk2.py        Fri Aug 22 07:59:33 2003
***************
*** 44,49 ****
--- 44,50 ----
  from gnue.common.datasources import GDataObjects, GConnections
  from gnue.common.utils.FileUtils import dyn_import, openResource
  from gnue.common.apps import GConfig
+ from gnue.navigator import VERSION
  
  try:
    from gnue.forms.GFInstance import GFInstance
***************
*** 284,290 ****
                              gtk.DIALOG_DESTROY_WITH_PARENT + gtk.DIALOG_MODAL,
                              gtk.MESSAGE_INFO,
                              gtk.BUTTONS_CLOSE,
!                             text % ('0.0.1','-','-','-','-'))
      dlg.connect('response', lambda dlg, response: dlg.destroy())
      dlg.show()
  
--- 285,291 ----
                              gtk.DIALOG_DESTROY_WITH_PARENT + gtk.DIALOG_MODAL,
                              gtk.MESSAGE_INFO,
                              gtk.BUTTONS_CLOSE,
!                             text % (VERSION,'-','-','-','-'))
      dlg.connect('response', lambda dlg, response: dlg.destroy())
      dlg.show()
  
Index: gnue-navigator/src/UIwx.py
diff -c gnue-navigator/src/UIwx.py:1.2 gnue-navigator/src/UIwx.py:1.3
*** gnue-navigator/src/UIwx.py:1.2      Wed Aug 20 00:36:03 2003
--- gnue-navigator/src/UIwx.py  Fri Aug 22 07:59:33 2003
***************
*** 36,41 ****
--- 36,42 ----
  from gnue.common.datasources import GDataObjects, GConnections
  from gnue.common.utils.FileUtils import dyn_import, openResource
  from gnue.common.apps import GConfig
+ from gnue.navigator import VERSION
  
  try:
    from gnue.forms.GFInstance import GFInstance
***************
*** 152,158 ****
      _("  Author : ")+"%s\n"+          \
      _("  Description:")+"%s\n"
      dlg = wxMessageDialog(self.frame,
!                           text % ("0.0.5","","","",""),
                            _("About"), wxOK | wxICON_INFORMATION)
      dlg.ShowModal()
        
--- 153,159 ----
      _("  Author : ")+"%s\n"+          \
      _("  Description:")+"%s\n"
      dlg = wxMessageDialog(self.frame,
!                           text % (VERSION,"","","",""),
                            _("About"), wxOK | wxICON_INFORMATION)
      dlg.ShowModal()
        
Index: gnue-navigator/src/UIwxpython.py
diff -c gnue-navigator/src/UIwxpython.py:1.28 
gnue-navigator/src/UIwxpython.py:1.29
*** gnue-navigator/src/UIwxpython.py:1.28       Mon Apr  7 13:50:28 2003
--- gnue-navigator/src/UIwxpython.py    Fri Aug 22 07:59:33 2003
***************
*** 36,41 ****
--- 36,42 ----
  from gnue.common.datasources import GDataObjects, GConnections
  from gnue.common.utils.FileUtils import dyn_import, openResource
  from gnue.common.apps import GConfig
+ from gnue.navigator import VERSION
  
  try:
    from gnue.forms.GFInstance import GFInstance
***************
*** 152,158 ****
      _("  Author : ")+"%s\n"+          \
      _("  Description:")+"%s\n"
      dlg = wxMessageDialog(self.frame,
!                           text % ("0.0.1","","","",""),
                            _("About"), wxOK | wxICON_INFORMATION)
      dlg.ShowModal()
        
--- 153,159 ----
      _("  Author : ")+"%s\n"+          \
      _("  Description:")+"%s\n"
      dlg = wxMessageDialog(self.frame,
!                           text % (VERSION,"","","",""),
                            _("About"), wxOK | wxICON_INFORMATION)
      dlg.ShowModal()
        




reply via email to

[Prev in Thread] Current Thread [Next in Thread]