aboutsummaryrefslogtreecommitdiffstats
path: root/bin/gtk-straw-viewer
diff options
context:
space:
mode:
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');