aboutsummaryrefslogtreecommitdiffstats
path: root/bin/gtk-straw-viewer
diff options
context:
space:
mode:
authortrizen <trizen@protonmail.com>2020-02-27 16:37:27 +0200
committertrizen <trizen@protonmail.com>2020-02-27 16:37:27 +0200
commitad7ec1785fc28799e10d10e7a679dc5bb4891ee3 (patch)
tree24f001c653910cfc35c7cfdf1fb99216dcd8cc6e /bin/gtk-straw-viewer
parent04aebf06239c61268dff6ce5221db01b18266545 (diff)
downloadfair-viewer-ad7ec1785fc28799e10d10e7a679dc5bb4891ee3.tar.lz
fair-viewer-ad7ec1785fc28799e10d10e7a679dc5bb4891ee3.tar.xz
fair-viewer-ad7ec1785fc28799e10d10e7a679dc5bb4891ee3.zip
Use different filenames for search history.
Diffstat (limited to 'bin/gtk-straw-viewer')
-rwxr-xr-xbin/gtk-straw-viewer2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gtk-straw-viewer b/bin/gtk-straw-viewer
index 22e90b7..828f496 100755
--- a/bin/gtk-straw-viewer
+++ b/bin/gtk-straw-viewer
@@ -86,7 +86,7 @@ else {
my $config_dir = catdir($xdg_config_home, 'straw-viewer');
my $config_file = catfile($config_dir, "gtk-straw-viewer.conf");
my $youtube_users_file = catfile($config_dir, 'users.txt');
-my $history_file = catfile($config_dir, 'history.txt');
+my $history_file = catfile($config_dir, 'gtk-history.txt');
my $session_file = catfile($config_dir, 'session.dat');
my $authentication_file = catfile($config_dir, 'reg.dat');
my $api_file = catfile($config_dir, 'api.json');