Files and Folders plugin configuration panel not showing added directories in 0.8 alpha 1

Bug #317217 reported by Karol Będkowski
4
Affects Status Importance Assigned to Milestone
Do Plugins
New
Undecided
Unassigned

Bug Description

I found problem with "Files and Folders" configurations.
1. After open - I don't see depth (all cells are empty).
In log:
(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 = store = new ListStore (typeof (string), typeof (string));"
with "Model = store = 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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.