Update g_object_notify to new property name.

2006-05-12  Alexander Larsson  <alexl@redhat.com>

	* gtk/gtkprintoperation.c (gtk_print_operation_set_n_pages):
	Update g_object_notify to new property name.
This commit is contained in:
Alexander Larsson 2006-05-12 13:24:12 +00:00 committed by Alexander Larsson
parent c459feaab1
commit 0d8743ebc9
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-05-12 Alexander Larsson <alexl@redhat.com>
* gtk/gtkprintoperation.c (gtk_print_operation_set_n_pages):
Update g_object_notify to new property name.
2006-05-12 Alexander Larsson <alexl@redhat.com>
* gtk/gtkrecentmanager.c:

View File

@ -1,3 +1,8 @@
2006-05-12 Alexander Larsson <alexl@redhat.com>
* gtk/gtkprintoperation.c (gtk_print_operation_set_n_pages):
Update g_object_notify to new property name.
2006-05-12 Alexander Larsson <alexl@redhat.com>
* gtk/gtkrecentmanager.c:

View File

@ -768,7 +768,7 @@ gtk_print_operation_set_n_pages (GtkPrintOperation *op,
{
priv->nr_of_pages = n_pages;
g_object_notify (G_OBJECT (op), "number-of-pages");
g_object_notify (G_OBJECT (op), "n-pages");
}
}