Mageia Bugzilla – Attachment 1690 Details for
Bug 4349
[diskdrake] remove the "make a backup first" dialog box
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
PCLOS diff to remove dialog
hd_gtk.pm.diff (text/plain), 1.08 KB, created by
Barry Jackson
on 2012-03-07 00:40:32 CET
(
hide
)
Description:
PCLOS diff to remove dialog
Filename:
MIME Type:
Creator:
Barry Jackson
Created:
2012-03-07 00:40:32 CET
Size:
1.08 KB
patch
obsolete
>--- drakxtools-12.78/perl-install/diskdrake/hd_gtk.pm 2009-11-18 10:55:50.000000000 -0600 >+++ drakxtools-12.78/perl-install/diskdrake/hd_gtk.pm 2010-03-04 01:06:00.231318936 -0600 >@@ -107,9 +107,9 @@ > $notebook_widget->signal_connect(realize => $update_all); > $w->sync; > $done_button->grab_focus; >- $in->ask_from_list_(N("Read carefully"), N("Please make a backup of your data first"), >- [ N_("Exit"), N_("Continue") ], N_("Continue")) eq N_("Continue") or return >- if $::isStandalone; >+# $in->ask_from_list_(N("Read carefully"), N("Please make a backup of your data first"), >+# [ N_("Exit"), N_("Continue") ], N_("Continue")) eq N_("Continue") or return >+# if $::isStandalone; > > undef $initializing; > $w->main; >@@ -179,7 +179,7 @@ > $_->destroy foreach $box->get_children; > > my $box_start = gtknew('HButtonBox', layout => 'start', children_tight => [ >- gtknew('Install_Button', text => N("Help"), clicked => \&interactive_help) >+# gtknew('Install_Button', text => N("Help"), clicked => \&interactive_help) > ]); > > my @actions = (
--- drakxtools-12.78/perl-install/diskdrake/hd_gtk.pm 2009-11-18 10:55:50.000000000 -0600 +++ drakxtools-12.78/perl-install/diskdrake/hd_gtk.pm 2010-03-04 01:06:00.231318936 -0600 @@ -107,9 +107,9 @@ $notebook_widget->signal_connect(realize => $update_all); $w->sync; $done_button->grab_focus; - $in->ask_from_list_(N("Read carefully"), N("Please make a backup of your data first"), - [ N_("Exit"), N_("Continue") ], N_("Continue")) eq N_("Continue") or return - if $::isStandalone; +# $in->ask_from_list_(N("Read carefully"), N("Please make a backup of your data first"), +# [ N_("Exit"), N_("Continue") ], N_("Continue")) eq N_("Continue") or return +# if $::isStandalone; undef $initializing; $w->main; @@ -179,7 +179,7 @@ $_->destroy foreach $box->get_children; my $box_start = gtknew('HButtonBox', layout => 'start', children_tight => [ - gtknew('Install_Button', text => N("Help"), clicked => \&interactive_help) +# gtknew('Install_Button', text => N("Help"), clicked => \&interactive_help) ]); my @actions = (
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 4349
: 1690 |
2658
|
2659