problem setting an empty text in a textedit
Frederic Gobry <[email protected]> Tue, 19 Aug 2003 15:16:04 +0200
| Newsgroups | gmane.comp.video.picogui.devel |
|---|---|
| Message-ID | <20030819131604.GA1217@rhin> |
Hi all, The attached python program causes a server crash (pg1 from cvs^H^H^Hsvn). The crash occurs at textedit_logical.c line 502, where p is NULL in my case. Bye, Frédéric -- (1) Everything depends. (2) Nothing is always. (3) Everything is sometimes.
bork.py
(text/plain, 101 B)
import PicoGUI
app = PicoGUI.Application ()
t = app.addWidget ('TextEdit')
t.text = ''
app.run ()
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/QiMUFjQHpltE9KURAnurAJsHVQ4Df3r6szTHrLF7XniPL3NzZACgk5r5 CVhW5LzoJpXOB/YMaA9laBw= =tJuy -----END PGP SIGNATURE-----