<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/secure-data/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/secure-data/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/secure-data/bugs/</id><updated>2007-02-23T04:16:13Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Immediate Segmentation Fault under Linux</title><link href="https://sourceforge.net/p/secure-data/bugs/2/" rel="alternate"/><published>2007-02-23T04:16:13Z</published><updated>2007-02-23T04:16:13Z</updated><author><name>Tim Henderson</name><uri>https://sourceforge.net/u/tad0/</uri></author><id>https://sourceforge.net2f9e90ce3b31d611bf5c000f1a803a1e7bc222a5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The program immediately seg faults when run on a linux system. This has been traced after extensive effort to having a text control be a parent to a static text widget. This design made good sense under windows but as GTK does not support it, the design will need to be altered.&lt;/p&gt;
&lt;p&gt;here is the offending line of code in 1.6 b3&lt;/p&gt;
&lt;p&gt;Gui.py line 253&lt;br /&gt;
self.editLabelsCtrl = wx.StaticText(self.viewLabels, -1, "Edit »")&lt;/p&gt;
&lt;p&gt;if you would like to run to program change the line to:&lt;/p&gt;
&lt;p&gt;self.editLabelsCtrl = wx.StaticText(self, -1, "Edit »")&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Multi-selection list box seg faults</title><link href="https://sourceforge.net/p/secure-data/bugs/1/" rel="alternate"/><published>2007-02-23T04:10:29Z</published><updated>2007-02-23T04:10:29Z</updated><author><name>Tim Henderson</name><uri>https://sourceforge.net/u/tad0/</uri></author><id>https://sourceforge.nete2b8a2bba443625eb661f3df4719346c43445be2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Under linux program seg faults when a multi-selection list box is clicked. This is a persistent problem. This problem does not effect the program in the win32 environment. Its effect on the program under Mac OS X is unknown at this time.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>