diff options
Diffstat (limited to 'libdocument/ev-annotation.c')
-rw-r--r-- | libdocument/ev-annotation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdocument/ev-annotation.c b/libdocument/ev-annotation.c index 1120a3a9..9e918b2a 100644 --- a/libdocument/ev-annotation.c +++ b/libdocument/ev-annotation.c @@ -574,7 +574,6 @@ ev_annotation_set_color (EvAnnotation *annot, rgba.alpha = 1.; ev_annotation_set_rgba (annot, &rgba); - g_object_notify (G_OBJECT (annot), "color"); return TRUE; } @@ -621,6 +620,7 @@ ev_annotation_set_rgba (EvAnnotation *annot, annot->rgba = *rgba; g_object_notify (G_OBJECT (annot), "rgba"); + g_object_notify (G_OBJECT (annot), "color"); return TRUE; } |