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

(-) (-2 / +1 lines)
Line  Link Here
-- gtk-qt-engine/src/qt_theme_draw.c
Lines 3-9 Link Here
3
#include <gtk/gtkprogressbar.h>
3
#include <gtk/gtkprogressbar.h>
4
#include <gdk/gdk.h>
4
#include <gdk/gdk.h>
5
#include <gtk/gtk.h>
5
#include <gtk/gtk.h>
6
#include <glib/glist.h>
6
#include <glib.h>
7
7
8
#ifdef HAVE_BONOBO
8
#ifdef HAVE_BONOBO
9
#include <libbonobo.h>
9
#include <libbonobo.h>

Return to bug 1063