jun7 / rox-filer

ROX file manager
24 stars 6 forks source link

minibuffer.c: Fix bug caused by switch to g_path_get_basename #188

Closed woodenshoe-wi closed 5 years ago

woodenshoe-wi commented 5 years ago

g_path_get_basename does not behave the same way as g_basename when the path ends with a "/"

This can be tested by pressing the "/" ( forward slash ) key in a ROX-Filer window and deleting the path shown, then using the up and down arrow keys to select different items. Start typing in a path and the up and down arrows select possible items that start with the path typed.

jun7 commented 5 years ago

Thank you!