mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
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:
parent
c459feaab1
commit
0d8743ebc9
@ -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>
|
2006-05-12 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkrecentmanager.c:
|
* gtk/gtkrecentmanager.c:
|
||||||
|
@ -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>
|
2006-05-12 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkrecentmanager.c:
|
* gtk/gtkrecentmanager.c:
|
||||||
|
@ -768,7 +768,7 @@ gtk_print_operation_set_n_pages (GtkPrintOperation *op,
|
|||||||
{
|
{
|
||||||
priv->nr_of_pages = n_pages;
|
priv->nr_of_pages = n_pages;
|
||||||
|
|
||||||
g_object_notify (G_OBJECT (op), "number-of-pages");
|
g_object_notify (G_OBJECT (op), "n-pages");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user