GNOME Bugzilla – Bug 780985
Improve Todo.txt preference panel
Last modified: 2017-04-08 01:29:37 UTC
Currently there is no way to see the todo.txt file selected.This can be fixed by using GtkFileChooserButton rather than a dailog.
Created attachment 349391 [details] [review] todo.txt-plugin: Improve preferences panel Currently todo.txt uses GtkFileChooser Widget as preference panel which allows user to select the todo.txt file. The problem is GtkFileChooser has no option to show what todo.txt file user has currently choosen, creating confusion and ambiguity. The fix is to use a GtkFileChooserButton in a box as the preferences panel, where the button displays the file user has already chosen and hence preventing user from choosing the same todo.txt file again and also it is lot more clear and meaningul than just a FileChooser Dialog.
Created attachment 349512 [details] [review] todo.txt: improve preferences panel Fixed the commit message title
Thanks for the patch! Attachment 349512 [details] pushed as 828276d - todo.txt: improve preferences panel