mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-02 22:25:48 +01:00
fixed misc bugs
This commit is contained in:
@@ -457,7 +457,7 @@ WMInsertBrowserItem(WMBrowser *bPtr, int column, int row, char *text,
|
||||
|
||||
if (column < 0 || column >= bPtr->columnCount)
|
||||
return NULL;
|
||||
|
||||
|
||||
item = WMInsertListItem(bPtr->columns[column], row, text);
|
||||
item->isBranch = isBranch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user