By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 392
Collapse All | Expand All

(-)tdebase/kdesktop/kdiconview.cc (+9 lines)
Lines 1141-1146 Link Here
1141
            kdDebug(1214)<<"Using saved position"<<endl;
1125
            kdDebug(1214)<<"Using saved position"<<endl;
1142
        }
1126
        }
1143
      }
1127
      }
1128
      else
1129
      {
1130
            // Not found, we'll need to save the new pos
1131
            kdDebug(1214)<<"slotNewItems(): New item without position information, try to find a sane location"<<endl;
1132
1133
            moveToFreePosition(fileIVI);
1134
1135
            m_bNeedSave = true;
1136
      }
1144
    }
1137
    }
1145
  }
1138
  }
1146
1139

Return to bug 392