diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-01 04:59:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-01 04:59:57 +0000 |
| commit | 32b64b6cf5876364c891b97bd5227cc53aeac17b (patch) | |
| tree | ab4b430977265c03e46ab62c9729ee53dc325760 | |
| parent | 9b5770277db2dec6e3864b5ba3482897ab936862 (diff) | |
fix comment
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index 0de93f1f..14d22103 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -319,7 +319,7 @@ void client_manage(Window window) settings for other uses too. the returned settings is a shallow copy, that needs to be freed with g_free(). */ 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); /* now we have all of the window's information so we can set this up */ |
