From a209b3a0606ec42798d7b9695707b6f9062e0767 Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Thu, 11 Nov 1999 20:58:47 +0000 Subject: [PATCH] Thu Nov 11 21:08:12 GMT 1999 (gilbertt) Changed ~/ to $HOME/ in the default E-ScreenShoot directory config, for those people with strange obscure machines that just don't play ball :-P Oh, and just for KainX, there follows TWO newlines. One for this entry, and one to make up for the last omission. ;-) SVN revision: 1255 --- ChangeLog | 13 +++++++++++++ epplets/E-ScreenShoot.c | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d3affc9..ec1a425 100644 --- a/ChangeLog +++ b/ChangeLog @@ -389,3 +389,16 @@ calling Esync() before exiting. :-) Now if only I could talk Tom into putting a newline at the end of his ChangeLog entries.... ;-) + +------------------------------------------------------------------------------- + +Thu Nov 11 21:08:12 GMT 1999 +(gilbertt) + +Changed ~/ to $HOME/ in the default E-ScreenShoot directory config, for +those people with strange obscure machines that just don't play ball :-P + +Oh, and just for KainX, there follows TWO newlines. One for this entry, and +one to make up for the last omission. ;-) + + diff --git a/epplets/E-ScreenShoot.c b/epplets/E-ScreenShoot.c index 339df4d..c7c1d40 100644 --- a/epplets/E-ScreenShoot.c +++ b/epplets/E-ScreenShoot.c @@ -110,7 +110,7 @@ load_config (void) opt.draw_interval = atof (Epplet_query_config_def ("DRAW_INTERVAL", "0.1")); if (opt.dir) free (opt.dir); - opt.dir = _Strdup (Epplet_query_config_def ("DIRECTORY", "~/")); + opt.dir = _Strdup (Epplet_query_config_def ("DIRECTORY", "$HOME/")); if (opt.file_prefix) free (opt.file_prefix); opt.file_prefix =