Forgotten file

This commit is contained in:
Matthias Clasen 2006-06-19 11:42:28 +00:00
parent 1e69c86ab0
commit 3742f415ea

View File

@ -1250,8 +1250,10 @@ selected_printer_changed (GtkTreeSelection *selection,
if (printer != NULL)
{
priv->printer_capabilities = _gtk_printer_get_capabilities (printer);
priv->options = _gtk_printer_get_options (printer, priv->initial_settings,
priv->page_setup);
priv->options = _gtk_printer_get_options (printer,
priv->initial_settings,
priv->page_setup,
priv->manual_capabilities);
priv->options_changed_handler =
g_signal_connect_swapped (priv->options, "changed", G_CALLBACK (options_changed_cb), dialog);