gtk/modules/printbackends/cups
Matthias Clasen 59ae44d00e RH bug 204621 - "GtkPrint" asks for "Letter" size paper when "A4" size
was chosen

        Patch by Marek Kasik.

        * gtk/gtk.symbols:
        * gtk/gtkprinter.[hc]: Add gtk_printer_get_default_page_size.

        * gtk/gtkprintbackend.[hc]: Add fallback implementation.

        * modules/printbackends/file/gtkprintbackendfile.c:
        * modules/printbackends/cups/gtkprintbackendcups.c: Implement
        get_default_page_size.

        * gtk/gtkpagesetupunixdialog.c: When selecting a different printer,
        select its default paper size.

        * gtk/gtkprintunixdialog.c: If no explicit page setup has been set,
        use the printer default.

        * gtk/gtkprintoperation-unix.c: Don't create an empty page setup
        if we don't have a default page setup.

svn path=/trunk/; revision=20120
2008-05-21 02:17:30 +00:00
..
gtkcupsutils.c Fix a casting problem. (#485662, patch by Herbert Valerio Riedel) 2007-11-22 06:04:41 +00:00
gtkcupsutils.h Support raw printers 2007-03-28 15:53:08 +00:00
gtkprintbackendcups.c RH bug 204621 - "GtkPrint" asks for "Letter" size paper when "A4" size 2008-05-21 02:17:30 +00:00
gtkprintbackendcups.h Correct some copyright lines. 2007-04-29 03:31:03 +00:00
gtkprintercups.c change return value and local variable to const gchar* to fix warning 2008-04-18 14:51:26 +00:00
gtkprintercups.h change return value and local variable to const gchar* to fix warning 2008-04-18 14:51:26 +00:00
Makefile.am call g_test_init() from gtk_test_init(). 2007-11-22 14:38:26 +00:00