mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
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:
parent
16d8cb9559
commit
192f2ec215
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user