commit-gnue
[Top][All Lists]
Advanced

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

gnue/forms/src GFClient.py


From: Bajusz Tamás
Subject: gnue/forms/src GFClient.py
Date: Mon, 26 May 2003 17:54:32 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Bajusz Tamás <address@hidden>   03/05/26 17:54:32

Modified files:
        forms/src      : GFClient.py 

Log message:
        minor fix for packaging native win32 forms

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/GFClient.py.diff?tr1=1.69&tr2=1.70&r1=text&r2=text

Patches:
Index: gnue/forms/src/GFClient.py
diff -c gnue/forms/src/GFClient.py:1.69 gnue/forms/src/GFClient.py:1.70
*** gnue/forms/src/GFClient.py:1.69     Wed Apr  9 13:00:37 2003
--- gnue/forms/src/GFClient.py  Mon May 26 17:54:32 2003
***************
*** 139,145 ****
      self.getConnectionManager().setLoginHandler(self._ui.UILoginHandler())
  
      # Hack for McMillan packaging on win32
!     if hasattr(sys, 'frozen'):
        self._ui.UILoginHandler().getDummyLogin()
      
      #
--- 139,145 ----
      self.getConnectionManager().setLoginHandler(self._ui.UILoginHandler())
  
      # Hack for McMillan packaging on win32
!     if hasattr(sys, 'frozen') and self.ui_type == 'wx':
        self._ui.UILoginHandler().getDummyLogin()
      
      #




reply via email to

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