mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
*** empty log message ***
This commit is contained in:
@@ -1295,7 +1295,7 @@ createInspectorForWindow(WWindow *wwin)
|
||||
i = wDefaultGetStartWorkspace(wwin->screen_ptr, wwin->wm_instance,
|
||||
wwin->wm_class);
|
||||
if (i >= 0 && i <= wwin->screen_ptr->workspace_count) {
|
||||
WMSetPopUpButtonSelectedItem(panel->wsP, i);
|
||||
WMSetPopUpButtonSelectedItem(panel->wsP, i + 1);
|
||||
} else {
|
||||
WMSetPopUpButtonSelectedItem(panel->wsP, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user