GTK+ 3.1.10

2011-07-23 Thread Matthias Clasen
GTK+ 3.1.10 is now available for download at: ftp://ftp.gtk.org/pub/gtk/3.1/ http://download.gnome.org/sources/gtk+/3.1/ 976e90b97e978aecce988984eef04cb4a44720a3ddf863ee2b169f056fb91580 gtk +-3.1.10.tar.xz 40bec15c44f95a269526e0aab3fad3c0d1d66f3d3445507887b20af6f4269f81 gtk +-3.1.10.tar.bz2

Re: gtk_tree_selection_select_iter after gtk_tree_store_append not working

2011-07-23 Thread Kristian Rietveld
On Fri, Jul 22, 2011 at 8:40 PM, Denis Washington den...@online.de wrote: However, this doesn't work. Removing the if conditional and printing out gtk_tree_selection_get_selected (selection, NULL, NULL) right after select_iter reveals that only the root element can be selected this way

Re: gtk_tree_selection_select_iter after gtk_tree_store_append not working

2011-07-23 Thread Denis Washington
Am 23.07.2011 18:11, schrieb Kristian Rietveld: On Fri, Jul 22, 2011 at 8:40 PM, Denis Washingtonden...@online.de wrote: However, this doesn't work. Removing the if conditional and printing out gtk_tree_selection_get_selected (selection, NULL, NULL) right after select_iter reveals that only