Revert "Default to hard margins not available"

This reverts commit a77f209f23.
This commit is contained in:
Christian Persch 2009-12-01 19:00:42 +01:00
parent ab8e565740
commit b2602a92b9

View File

@ -501,7 +501,12 @@ fallback_printer_get_hard_margins (GtkPrinter *printer,
gdouble *left,
gdouble *right)
{
return FALSE;
*top = 0;
*bottom = 0;
*left = 0;
*right = 0;
return TRUE;
}
static GList *