summaryrefslogtreecommitdiffstats
path: root/draksnapshot-restore
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-05-30 14:02:07 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2020-06-02 10:30:25 +0200
commitd4a0a65eb198dab6b88e954b2a998482b80aa512 (patch)
tree0a1ed2c62ff4b092c3e1749eccf06d984bcb8224 /draksnapshot-restore
parent63a12fdf5fbcc86a3bf31247189a6711784a796c (diff)
downloaddraksnapshot-d4a0a65eb198dab6b88e954b2a998482b80aa512.tar
draksnapshot-d4a0a65eb198dab6b88e954b2a998482b80aa512.tar.gz
draksnapshot-d4a0a65eb198dab6b88e954b2a998482b80aa512.tar.bz2
draksnapshot-d4a0a65eb198dab6b88e954b2a998482b80aa512.tar.xz
draksnapshot-d4a0a65eb198dab6b88e954b2a998482b80aa512.zip
Migrate restore to Gtk3
Diffstat (limited to 'draksnapshot-restore')
-rwxr-xr-xdraksnapshot-restore2
1 files changed, 1 insertions, 1 deletions
diff --git a/draksnapshot-restore b/draksnapshot-restore
index a0e5a86..9eed3b6 100755
--- a/draksnapshot-restore
+++ b/draksnapshot-restore
@@ -28,6 +28,6 @@ use interactive;
use MDV::Snapshot::Restore;
my $in = interactive->vnew('su');
-$ugtk2::wm_icon = "logdrake";
+$ugtk3::wm_icon = "logdrake";
MDV::Snapshot::Restore::main($in);