comparison src/remote.c @ 1484:9c16a93a0fdf

improved sidebar configuration
author nadvornik
date Sun, 29 Mar 2009 14:20:44 +0000
parents f43e4ee8fb2d
children 24a12aa0cb54
comparison
equal deleted inserted replaced
1483:7cb24fdf07c0 1484:9c16a93a0fdf
504 { 504 {
505 gchar *filename = expand_tilde(text); 505 gchar *filename = expand_tilde(text);
506 506
507 if (isfile(filename)) 507 if (isfile(filename))
508 { 508 {
509 load_options_from(filename, options, FALSE); 509 load_config_from_file(filename, FALSE);
510 } 510 }
511 else 511 else
512 { 512 {
513 log_printf("remote sent filename that does not exist:\"%s\"\n", filename); 513 log_printf("remote sent filename that does not exist:\"%s\"\n", filename);
514 } 514 }