Err with wx.FileDialog

Hi,

The same err I get in demo from FileDialog:

(python:2505): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
*** attempt to put segment in horiz list twice

Thanks Leonid

Leonid Shulov wrote:

···

Hi NG,

Debian Linux with kernal 2.6.12
wxpython 2.6.1.2
Python 2.3.5

When I running my aplication I see this error message:

*** attempt to put segment in horiz list twice

This error I get after command:
       dlg = wx.FileDialog(None, self.fr_name, directory, "", wildcard, self.style)
I checked my app, but not found err.

Thank you

Leonid