fix comment
This commit is contained in:
parent
9b5770277d
commit
32b64b6cf5
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ void client_manage(Window window)
|
||||||
settings for other uses too. the returned settings is a shallow copy,
|
settings for other uses too. the returned settings is a shallow copy,
|
||||||
that needs to be freed with g_free(). */
|
that needs to be freed with g_free(). */
|
||||||
settings = client_get_settings_state(self);
|
settings = client_get_settings_state(self);
|
||||||
/* the session should get the last say thought */
|
/* the session should get the last say though */
|
||||||
client_restore_session_state(self);
|
client_restore_session_state(self);
|
||||||
|
|
||||||
/* now we have all of the window's information so we can set this up */
|
/* now we have all of the window's information so we can set this up */
|
||||||
|
|
Loading…
Reference in a new issue