2005-10-21 [paul] 1.9.15cvs87
[claws.git] / tools / freshmeat_search.pl
index b45a9ae4e696e31afe66d5d0aa750d92b5bb69ad..9ff0086c40f30e4b8722e530d05fa810f92b3d54 100644 (file)
@@ -20,7 +20,7 @@
 my $freshmeat = "http://freshmeat.net/search?q";
 $_ = <>;
 
-chdir($ENV{HOME} . "/.sylpheed") || die("Can't find your .sylpheed directory\n");
+chdir($ENV{HOME} . "/.sylpheed-claws") || die("Can't find your .sylpheed-claws directory\n");
 
 open (SYLRC, "<sylpheedrc") || die("Can't open the sylpheedrc file\n");
        @rclines = <SYLRC>;