projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22f3854
)
typo
author
Dana Jansens
<danakj@orodu.net>
Sun, 23 Mar 2003 22:41:32 +0000
(22:41 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 23 Mar 2003 22:41:32 +0000
(22:41 +0000)
plugins/focus.c
patch
|
blob
|
history
diff --git
a/plugins/focus.c
b/plugins/focus.c
index da76e98c808c7ac98ef83af464b6e55f01155d81..bb176a22d22ba980acfb0a2f7ba7d2eebab41a61 100644
(file)
--- a/
plugins/focus.c
+++ b/
plugins/focus.c
@@
-19,7
+19,7
@@
void plugin_setup_config()
config_set("focus.followMouse", Config_Bool, val);
config_def_set(config_def_new("focus.focusNew", Config_Bool,
"Focus New Windows",
- "Focus windows when they first appear
"));
+ "Focus windows when they first appear
.
"));
val.bool = TRUE;
config_set("focus.focusNew", Config_Bool, val);
/*