Bug 556527 - The current page property is not passed to GtkPrintUnixDialog

2008-10-16  Marek Kasik  <mkasik@redhat.com>

	Bug 556527 - The current page property is not passed to
	GtkPrintUnixDialog

	* gtk/gtkprintoperation-unix.c: pass current-page property
	to GtkPrintUnixDialog

svn path=/trunk/; revision=21660
This commit is contained in:
Marek Kasik 2008-10-16 11:20:33 +00:00 committed by Marek Kašík
parent 51e3443d7d
commit 17a64e8841
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2008-10-16 Marek Kasik <mkasik@redhat.com>
Bug 556527 - The current page property is not passed to
GtkPrintUnixDialog
* gtk/gtkprintoperation-unix.c: pass current-page property
to GtkPrintUnixDialog
2008-10-15 Michael Natterer <mitch@imendio.com>
* gdk/gdkapplaunchcontext.h (GDK_IS_APP_LAUNCH_CONTEXT): fix typo

View File

@ -367,6 +367,9 @@ get_print_dialog (GtkPrintOperation *op,
gtk_print_unix_dialog_set_page_setup (GTK_PRINT_UNIX_DIALOG (pd),
priv->default_page_setup);
gtk_print_unix_dialog_set_current_page (GTK_PRINT_UNIX_DIALOG (pd),
priv->current_page);
g_signal_emit_by_name (op, "create-custom-widget",
&priv->custom_widget);