From 1da607889a2d47d5dc65e59580d53b359ed029d9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Nov 2013 15:28:34 +0100 Subject: use Gtk3 namespace instead of Gtk2 --- NEWS | 2 ++ draklive-install | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 }); -- cgit v1.2.1