window-tracker: Fix typo
This commit is contained in:
parent
e6be483755
commit
ba06a87ba8
@ -496,7 +496,7 @@ on_wm_class_changed (MetaWindow *window,
|
|||||||
/* It's simplest to just treat this as a remove + add. */
|
/* It's simplest to just treat this as a remove + add. */
|
||||||
disassociate_window (self, window);
|
disassociate_window (self, window);
|
||||||
track_window (self, window);
|
track_window (self, window);
|
||||||
/* also just recaulcuate the focused app, in case it was the focused
|
/* also just recalculate the focused app, in case it was the focused
|
||||||
window that changed */
|
window that changed */
|
||||||
update_focus_app (self);
|
update_focus_app (self);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user