Fix a typo. (#359542, Ghee Teo)

2006-10-08  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkprintunixdialog.c (update_dialog_from_capabilities): Fix
	a typo.  (#359542, Ghee Teo)
This commit is contained in:
Matthias Clasen 2006-10-08 19:39:15 +00:00 committed by Matthias Clasen
parent 16d8cb9559
commit 192f2ec215
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-10-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintunixdialog.c (update_dialog_from_capabilities): Fix
a typo. (#359542, Ghee Teo)
2006-10-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_reorder_tab): Only

View File

@ -1033,7 +1033,7 @@ update_dialog_from_capabilities (GtkPrintUnixDialog *dialog)
gtk_widget_set_sensitive (priv->reverse_check,
caps & GTK_PRINT_CAPABILITY_REVERSE);
gtk_widget_set_sensitive (priv->scale_spin,
caps & GTK_PRINT_CAPABILITY_PAGE_SET);
caps & GTK_PRINT_CAPABILITY_SCALE);
if (caps & GTK_PRINT_CAPABILITY_PREVIEW)
gtk_widget_show (priv->preview_button);