Mageia Bugzilla – Attachment 9156 Details for
Bug 19827
drakconf crashed (undefined value for mandatory argument 'x' encountered at /usr/libexec/drakconf line 1262)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
prevent delayed action to happen before first draw signal
19827.diff (text/plain), 553 bytes, created by
Thierry Vignaud
on 2017-03-26 10:54:57 CEST
(
hide
)
Description:
prevent delayed action to happen before first draw signal
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2017-03-26 10:54:57 CEST
Size:
553 bytes
patch
obsolete
>diff --git ./drakconf ./drakconf >index 6948203..a57b529 100755 >--- ./drakconf >+++ ./drakconf >@@ -1261,6 +1261,7 @@ sub run_tool { > $run_counter_add = -5; > $timeout = Glib::Timeout->add(35, sub { > my $w = $wait_darea; >+ return if !$w->{pix_yy}; > $w->queue_draw_area($w->{pix_yy}, $w->{pix_xx}, $w->{pix_width}, $w->{pix_height}); > 1; > });
diff --git ./drakconf ./drakconf index 6948203..a57b529 100755 --- ./drakconf +++ ./drakconf @@ -1261,6 +1261,7 @@ sub run_tool { $run_counter_add = -5; $timeout = Glib::Timeout->add(35, sub { my $w = $wait_darea; + return if !$w->{pix_yy}; $w->queue_draw_area($w->{pix_yy}, $w->{pix_xx}, $w->{pix_width}, $w->{pix_height}); 1; });
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19827
: 9156 |
9179
|
9180