bug: 317217 title: Files and Folders plugin configuration panel not showing added directories in 0.8 alpha 1 date-reported: Wed, 14 Jan 2009 19:27:52 -0000 date-updated: Wed, 14 Jan 2009 19:47:23 -0000 reporter: Karol Będkowski (karol-bedkowski) duplicate-of: 316992 duplicates: attachments: patches: tags: subscribers: Karol Będkowski (karol-bedkowski) Florian M. (flomar) task: do-plugins status: New date-created: Wed, 14 Jan 2009 19:27:52 -0000 reporter: Karol Będkowski (karol-bedkowski) importance: Undecided assignee: milestone: Content-Type: multipart/mixed; boundary="===============1020537397769972718==" MIME-Version: 1.0 --===============1020537397769972718== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I found problem with "Files and Folders" configurations. 1. After open - I don't see depth (all cells are empty). In log:=20 (Do:31108): Gtk-WARNING **: /build/buildd/gtk+2.0-2.14.5/gtk/gtkliststore.c= :608: Unable to convert from guint to gchararray After replace line 47 in PathNodeView.cs from "Model =3D store =3D new List= Store (typeof (string), typeof (string));" with "Model =3D store =3D new ListStore (typeof (string), typeof (uint));" = depth will be shown, but any changes of this field won't stored. 2. List is not refreshed after adding folder. But I see it after reopen dialog. Regards Karol --===============1020537397769972718==--