diff options
author | Alexander Larsson <alexl@redhat.com> | 2006-05-12 13:24:12 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2006-05-12 13:24:12 +0000 |
commit | 0d8743ebc902fd4ac7fcaca2af6561e927e2bc23 (patch) | |
tree | 3be87b59dd5ded57210d99b61790a25ab07b8b15 /gtk/gtkprintoperation.c | |
parent | c459feaab114cecd04266050375badb7b58735c7 (diff) | |
download | gtk+-0d8743ebc902fd4ac7fcaca2af6561e927e2bc23.tar.gz |
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.
Diffstat (limited to 'gtk/gtkprintoperation.c')
-rw-r--r-- | gtk/gtkprintoperation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c index 4114a91474..4be1fbac73 100644 --- a/gtk/gtkprintoperation.c +++ b/gtk/gtkprintoperation.c @@ -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"); } } |