diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-01-17 23:47:20 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-01-17 23:47:20 -0500 |
commit | 5e7801a304b4dd6c5955762e3f6ddc0678e93edd (patch) | |
tree | 716a0201f39c10e5035c11650c1c4858711c3c8e /gtk/gtkcustompaperunixdialog.c | |
parent | b242c02e71f00e21ed6b1f5146035db75c607642 (diff) | |
download | gtk+-5e7801a304b4dd6c5955762e3f6ddc0678e93edd.tar.gz |
Fix declaration of gtk_print_job_set_status
The problem was reported in bug 606698.
Diffstat (limited to 'gtk/gtkcustompaperunixdialog.c')
-rw-r--r-- | gtk/gtkcustompaperunixdialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkcustompaperunixdialog.c b/gtk/gtkcustompaperunixdialog.c index a5c9bc9152..c2ba27fa56 100644 --- a/gtk/gtkcustompaperunixdialog.c +++ b/gtk/gtkcustompaperunixdialog.c @@ -39,7 +39,6 @@ #include "gtkcustompaperunixdialog.h" #include "gtkprintbackend.h" #include "gtkprintutils.h" -#include "gtkprinter-private.h" #include "gtkalias.h" #define CUSTOM_PAPER_FILENAME ".gtk-custom-papers" |