https://bugzilla.novell.com/show_bug.cgi?id=397031 User locilka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=397031#c3 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Normal --- Comment #3 from Lukas Ocilka <locilka@novell.com> 2008-06-04 05:36:45 MDT --- Proposed patch --- cut --- Index: XLib.pm =================================================================== --- XLib.pm (revision 48062) +++ XLib.pm (working copy) @@ -257,7 +257,7 @@ my @result = ("undef"); my $traversal = $mDesktop->getDisplayTraversal(); my @ratio = @{$mDesktop->getDisplayRatio()}; - if (defined $traversal) { + if (defined $traversal && $traversal ne "") { $traversal = sprintf ("%.1f",$traversal); if ($traversal < 12.2) { $traversal = 10.0; --- cut --- Anyway, it doesn't break anything important. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.