summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xdraklive-install2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d16240f..6414318 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- switch from gtk2 to gtk3
+
1.40
- use 'Install on Hard Disk' in both desktop files for consistency
- use the new /run/mgalive/ovlsize mountpoint to determine image size
diff --git a/draklive-install b/draklive-install
index ca87fdf..bc1f628 100755
--- a/draklive-install
+++ b/draklive-install
@@ -420,7 +420,7 @@ sub copying_message {
sub copying_message_with_progress_bar {
my ($in, $o_title) = @_;
- my $progress = Gtk2::ProgressBar->new;
+ my $progress = Gtk3::ProgressBar->new;
my $w = copying_message($in, $o_title, $progress);
my $displayed;
$progress->signal_connect(expose_event => sub { $displayed = 1; 0 });