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

(-)kicker/kicker/ui/k_new_mnu.cpp.orig (+6 lines)
Lines 95-101 Link Here
95
#include "flipscrollview.h"
95
#include "flipscrollview.h"
96
#include "itemview.h"
96
#include "itemview.h"
97
#include <dmctl.h>
97
#include <dmctl.h>
98
#ifdef __OpenBSD__
99
#include <sys/statvfs.h>
100
#include <sys/param.h>
101
#include <sys/mount.h>
102
#else
98
#include <sys/vfs.h>
103
#include <sys/vfs.h>
104
#endif
99
#include <mykickoffsearchinterface.h>
105
#include <mykickoffsearchinterface.h>
100
106
101
#include "media_watcher.h"
107
#include "media_watcher.h"

Return to bug 2110