Mageia Bugzilla – Attachment 5203 Details for
Bug 13534
drakclock crashed (Can't locate object method "generic_exceptions_handler" via package "Glib" at Gtk3 line 295)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
fix crash on cancel
13534-fix2.diff (text/plain), 769 bytes, created by
Thierry Vignaud
on 2014-06-20 09:26:38 CEST
(
hide
)
Description:
fix crash on cancel
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2014-06-20 09:26:38 CEST
Size:
769 bytes
patch
obsolete
>diff --git a/perl-install/standalone/drakclock b/perl-install/standalone/drakclock >index 7b64ed5..d723b42 100755 >--- a/perl-install/standalone/drakclock >+++ b/perl-install/standalone/drakclock >@@ -45,8 +45,8 @@ $button_time->signal_connect(clicked => sub { > if ($timezone->{timezone} = $in->ask_from_treelist(N("Timezone - DrakClock"), N("Which is your timezone?"), '/', \@timezones, $timezone->{timezone})) { > $timezone->{UTC} = $in->ask_yesorno(N("GMT - DrakClock"), N("Is your hardware clock set to GMT?"), $timezone->{UTC}); > timezone::write($timezone); >+ $label_timezone->set_text($timezone->{timezone}); > } >- $label_timezone->set_text($timezone->{timezone}); > }); > if (!@timezones) { > warn "Failed to retrieve timezone list: $err\n";
diff --git a/perl-install/standalone/drakclock b/perl-install/standalone/drakclock index 7b64ed5..d723b42 100755 --- a/perl-install/standalone/drakclock +++ b/perl-install/standalone/drakclock @@ -45,8 +45,8 @@ $button_time->signal_connect(clicked => sub { if ($timezone->{timezone} = $in->ask_from_treelist(N("Timezone - DrakClock"), N("Which is your timezone?"), '/', \@timezones, $timezone->{timezone})) { $timezone->{UTC} = $in->ask_yesorno(N("GMT - DrakClock"), N("Is your hardware clock set to GMT?"), $timezone->{UTC}); timezone::write($timezone); + $label_timezone->set_text($timezone->{timezone}); } - $label_timezone->set_text($timezone->{timezone}); }); if (!@timezones) { warn "Failed to retrieve timezone list: $err\n";
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13534
:
5198
|
5199
|
5202
| 5203 |
5204