mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
- removed configure.in. use only autoconf 2.5x fom now
- fixed a bug and memleak in WMBox code. - updated some translations - fixed some bug in the menu code about drawing disabled entries. - fixed Clip menu not to allow selecting of "Autoraise" if "Keep On Top" is active. - Added a "Browse" button to the menu editor in WPrefs where a program to run is specified (not finished).
This commit is contained in:
@@ -1056,6 +1056,7 @@ updateClipOptionsMenu(WMenu *menu, WDock *dock)
|
||||
entry = menu->entries[++index];
|
||||
entry->flags.indicator_on = dock->auto_raise_lower;
|
||||
entry->clientdata = dock;
|
||||
wMenuSetEnabled(menu, index, dock->lowered);
|
||||
|
||||
/* attract icons */
|
||||
entry = menu->entries[++index];
|
||||
|
||||
Reference in New Issue
Block a user