mirror of
https://github.com/brl/mutter.git
synced 2025-07-21 17:10:30 +00:00
Change wording of menu to "Always on Current Workspace" from "Put on All
2005-01-28 Elijah Newren <newren@gmail.com> * src/menu.c: Change wording of menu to "Always on Current Workspace" from "Put on All Workspaces", remove a quick-key conflict between "On _Top" and "Only on _This Workspace" by switching the latter to "_Only on This Workspace" * src/window.c: Remove a comment that is no longer necessary (since bug 87531 has been fixed)
This commit is contained in:

committed by
Elijah Newren

parent
cabf4fc359
commit
7d0ef20a9c
@ -1215,9 +1215,6 @@ meta_window_showing_on_its_workspace (MetaWindow *window)
|
||||
&is_desktop_or_dock);
|
||||
|
||||
if (window->on_all_workspaces)
|
||||
/* Until the behavior in bug 87531 is implemented, this will be
|
||||
* just a hack that only sort of works.
|
||||
*/
|
||||
workspace_of_window = window->screen->active_workspace;
|
||||
else if (window->workspace)
|
||||
workspace_of_window = window->workspace;
|
||||
|
Reference in New Issue
Block a user