commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnuef/src UIwxpython.py


From: James Thompson
Subject: gnue/gnuef/src UIwxpython.py
Date: Tue, 19 Jun 2001 13:35:53 -0700

CVSROOT:        /cvs
Module name:    gnue
Changes by:     James Thompson <address@hidden> 01/06/19 13:35:52

Modified files:
        gnuef/src      : UIwxpython.py 

Log message:
        Added string conversion so gnuef runs on Solaris wxPython again

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/src/UIwxpython.py.diff?cvsroot=OldCVS&tr1=1.94&tr2=1.95&r1=text&r2=text

Patches:
Index: gnue/gnuef/src/UIwxpython.py
diff -u gnue/gnuef/src/UIwxpython.py:1.94 gnue/gnuef/src/UIwxpython.py:1.95
--- gnue/gnuef/src/UIwxpython.py:1.94   Tue Jun 12 10:18:50 2001
+++ gnue/gnuef/src/UIwxpython.py        Tue Jun 19 13:35:52 2001
@@ -583,7 +583,7 @@
 
 
     self.textctrlList = []
-    messageField = wxStaticText(self.dlg, 1010, loginMesg)
+    messageField = wxStaticText(self.dlg, 1010, str(loginMesg))
     labelList = []
 
     dlgWidth = getLargest(bmp.GetWidth(), messageField.GetSize().GetWidth()+20)



reply via email to

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