mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 12:54:20 +01:00
Fixed a crashing bug related to textfield selections, and reordered the
items in the textfield delegate structure to be grouped togheter based on their meaning.
This commit is contained in:
@@ -146,7 +146,7 @@ browseForFile(WMWidget *w, void *data)
|
||||
WMSetFilePanelCanChooseFiles(filePanel, False);
|
||||
|
||||
if (WMRunModalFilePanelForDirectory(filePanel, panel->win, "/",
|
||||
_("Select path"), NULL) == True) {
|
||||
_("Select directory"), NULL) == True) {
|
||||
char *str = WMGetFilePanelFileName(filePanel);
|
||||
|
||||
if (str) {
|
||||
|
||||
Reference in New Issue
Block a user