summaryrefslogtreecommitdiff
path: root/zwgc
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-07 14:00:18 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-07 14:00:18 +0000
commitc457a672097edf8021e294346f8bbf2c4741fa09 (patch)
treeb3a3dea1d1489212f544f47e7ade6c3a69ffab2d /zwgc
parent469e99c18892029309d16cec11d50c432858b0e1 (diff)
Changed resource name from timeToLive to minTimeToLive.
Diffstat (limited to 'zwgc')
-rw-r--r--zwgc/X_gram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/X_gram.c b/zwgc/X_gram.c
index 63d4c32..03a6d5a 100644
--- a/zwgc/X_gram.c
+++ b/zwgc/X_gram.c
@@ -120,7 +120,7 @@ void x_gram_init(dpy)
if (temp = get_string_resource("borderColor","BorderColor"))
default_bordercolor = x_string_to_color(temp,default_bordercolor);
- temp = get_string_resource("timeToLive","TimeToLive");
+ temp = get_string_resource("minTimeToLive","MinTimeToLive");
if (temp && atoi(temp)>=0)
ttl = atoi(temp);