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
This commit is contained in:
Tom Gilbert 1999-11-11 20:58:47 +00:00
parent fa94387121
commit a209b3a060
2 changed files with 14 additions and 1 deletions

View File

@ -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. ;-)

View File

@ -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 =