View Single Post
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#1
Code:
import hildon,gtk
window = hildon.Window()
dialog = hildon.FileChooserDialog(window,gtk.FILE_CHOOSER_ACTION_OPEN)
shows two warnings:
GtkWarning: gtk_tree_selection_path_is_selected: assertion `path != NULL' failed
GtkWarning: gtk_tree_selection_unselect_path: assertion `path != NULL' failed
How to get rid of them?