diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-04-03 06:40:59 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-04-03 06:40:59 +0000 |
commit | 17e5420e2253dd4f00bd46919babcaafc004f524 (patch) | |
tree | acd6d547e9ff20c15ae2f6238615eb5b6077a76e /perl-install/mygtk2.pm | |
parent | 4af15017a550c2b365b1194430c98295030e9ca6 (diff) | |
download | drakx-backup-do-not-use-17e5420e2253dd4f00bd46919babcaafc004f524.tar drakx-backup-do-not-use-17e5420e2253dd4f00bd46919babcaafc004f524.tar.gz drakx-backup-do-not-use-17e5420e2253dd4f00bd46919babcaafc004f524.tar.bz2 drakx-backup-do-not-use-17e5420e2253dd4f00bd46919babcaafc004f524.tar.xz drakx-backup-do-not-use-17e5420e2253dd4f00bd46919babcaafc004f524.zip |
enable to restore the system through rsnapshot if giving "restore" on cmdline
Diffstat (limited to 'perl-install/mygtk2.pm')
-rw-r--r-- | perl-install/mygtk2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 6f5bc48d1..014725b46 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -20,6 +20,7 @@ sub init() { Gtk2->init; Locale::gettext::bind_textdomain_codeset($_, 'UTF8') foreach 'libDrakX', if_(!$::isInstall, 'libDrakX-standalone'), + if_($::isInstall, 'draksnapshot'), 'drakx-net', 'drakx-kbd-mouse-x11', # shared translation @::textdomains; Gtk2->croak_execeptions; |