[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: Strange hangs with KDE 1.1 (KPanel)
From:       Harri Porten <porten () tu-harburg ! de>
Date:       1999-07-25 16:51:06
[Download RAW message or body]

Daniel Naber wrote:
> 
> On Sat, 24 Jul 1999, Johannes Mueller wrote:
> 
> > On my system (P100 80mb SuSE Linux 6.1, Kernel 2.2.5 XFree86 3.3.3)
> > it always occurs when I click an Icon on the desktop of which the letters of
> > the name are "near" (1-3 pixels) to the edge of the panel or several letters
> 
> Okay, it seems the problem is in kfm/root.cpp (~ line 1516):

Look trough root.cpp I found a tiny bug that is most likely not related
but it should be safe to apply it anyway:

--- root.cpp    1999/06/07 20:44:13     1.82.2.3
+++ root.cpp    1999/07/25 16:42:11
@@ -99,7 +99,7 @@
     // better do some sanity checking ... -- Bernd
     if(_gridwidth < 0  || _gridwidth > DEFAULT_GRID_MAX)
         _gridwidth = DEFAULT_GRID_WIDTH;
-    if(_gridheight < 0  || gridheight > DEFAULT_GRID_MAX)
+    if(_gridheight < 0  || _gridheight > DEFAULT_GRID_MAX)
         _gridheight = DEFAULT_GRID_HEIGHT;
 
     gridwidth     = _gridwidth;

Harri.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic