summaryrefslogtreecommitdiff
path: root/script/URLQueue.pl
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2022-06-30 18:21:54 +0100
committerdakkar <dakkar@thenautilus.net>2022-06-30 18:21:54 +0100
commitd57949b7f3a29116f804026514cbb59ab7e9ec1b (patch)
treef37606a3c628ac04da6d480f3c8e5692d99bd1e8 /script/URLQueue.pl
parentmigrate Email::Send{,er} (diff)
downloadURLQueue-d57949b7f3a29116f804026514cbb59ab7e9ec1b.tar.gz
URLQueue-d57949b7f3a29116f804026514cbb59ab7e9ec1b.tar.bz2
URLQueue-d57949b7f3a29116f804026514cbb59ab7e9ec1b.zip
try a gtk3 version
stock icons seem gone main icon sizing is wrong doesn't fix the problem with drag&drop img+magnet links from firefox
Diffstat (limited to 'script/URLQueue.pl')
-rw-r--r--script/URLQueue.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/script/URLQueue.pl b/script/URLQueue.pl
index 835c6ec..1174f6d 100644
--- a/script/URLQueue.pl
+++ b/script/URLQueue.pl
@@ -1,9 +1,10 @@
#!/usr/bin/perl
use strict;
use warnings;
-use Gtk2 -init;
+use Gtk3 -init;
use URLQueue::MainController;
my $main_controller=URLQueue::MainController->new();
-$main_controller->run;
+Gtk3->main;
+