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 864
Collapse All | Expand All

(-)tdebase/kdesktop/pics/CMakeLists.txt (-1 / +1 lines)
Lines 12-16 Link Here
12
tde_install_icons( error )
12
tde_install_icons( error )
13
install( FILES
13
install( FILES
14
    ksslogo.png splash.png splash2.png kde2.xbm
14
    ksslogo.png
15
  DESTINATION ${DATA_INSTALL_DIR}/kdesktop/pics )
15
  DESTINATION ${DATA_INSTALL_DIR}/kdesktop/pics )
(-)tdebase/tdm/kfrontend/pics/CMakeLists.txt (-1 / +1 lines)
Lines 10-16 Link Here
10
#################################################
10
#################################################
11
install( FILES
11
install( FILES
12
    kdelogo.png kdelogo-crystal.png shutdown.jpg
12
    kdelogo.png shutdown.jpg
13
  DESTINATION ${DATA_INSTALL_DIR}/tdm/pics )
13
  DESTINATION ${DATA_INSTALL_DIR}/tdm/pics )
14
install( FILES
14
install( FILES

Return to bug 864