summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 64050a2)
raw | patch | inline | side by side (parent: 64050a2)
author | keescook <keescook@users.sourceforge.net> | |
Tue, 6 Feb 2007 19:29:40 +0000 (19:29 +0000) | ||
committer | keescook <keescook@users.sourceforge.net> | |
Tue, 6 Feb 2007 19:29:40 +0000 (19:29 +0000) |
src/extension/internal/ps.cpp | patch | blob | history |
index c1c8bf49173d1977dca70cd67849a7306fe4111d..ffe55af691fc2576fd43712d5923009894188207 100644 (file)
#include <gtk/gtkentry.h>
#include <gtk/gtktooltips.h>
+#ifdef HAVE_GTK_UNIX_PRINT
#include <gtk/gtkprintunixdialog.h>
+#endif
#include <glibmm/i18n.h>
#include "display/nr-arena-item.h"
return;
}
+#ifdef HAVE_GTK_UNIX_PRINT
static void
unix_print_complete (GtkPrintJob *print_job,
gpointer user_data,
gtk_widget_destroy(dlg);
}
+#endif // HAVE_GTK_UNIX_PRINT
unsigned int
g_object_ref((GObject *) tt);
gtk_object_sink((GtkObject *) tt);
+ GtkWidget *dlg = gtk_dialog_new_with_buttons(
#ifdef HAVE_GTK_UNIX_PRINT
- GtkWidget *dlg = gtk_dialog_new_with_buttons(_("Print Configuration"),
+ _("Print Configuration"),
#else
- GtkWidget *dlg = gtk_dialog_new_with_buttons(_("Print Destination"),
+ _("Print Destination"),
#endif
// SP_DT_WIDGET(SP_ACTIVE_DESKTOP)->window,
NULL,