Mageia Bugzilla – Attachment 5198 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]
patch to avoid the crash
drakclock.patch (text/plain), 636 bytes, created by
Angelo Naselli
on 2014-06-19 23:25:42 CEST
(
hide
)
Description:
patch to avoid the crash
Filename:
MIME Type:
Creator:
Angelo Naselli
Created:
2014-06-19 23:25:42 CEST
Size:
636 bytes
patch
obsolete
>diff --git a/perl-install/standalone/drakclock b/perl-install/standalone/drakclock >index 7b64ed5..6105753 100755 >--- a/perl-install/standalone/drakclock >+++ b/perl-install/standalone/drakclock >@@ -46,7 +46,7 @@ $button_time->signal_connect(clicked => sub { > $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 $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..6105753 100755 --- a/perl-install/standalone/drakclock +++ b/perl-install/standalone/drakclock @@ -46,7 +46,7 @@ $button_time->signal_connect(clicked => sub { $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 $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