[gtk/wip/otte/inscription] xxx



commit 9b19e2f69d7acd7853714f8b066dc6fd2b8503e7
Author: Benjamin Otte <otte redhat com>
Date:   Thu Jun 9 04:51:09 2022 +0200

    xxx

 gtk/gtkinscription.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkinscription.c b/gtk/gtkinscription.c
index 21ab25ac38..f9c220df5f 100644
--- a/gtk/gtkinscription.c
+++ b/gtk/gtkinscription.c
@@ -750,7 +750,7 @@ gtk_inscription_set_nat_chars (GtkInscription *self,
 
   gtk_widget_queue_resize (GTK_WIDGET (self));
 
-  g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_MIN_CHARS]);
+  g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_NAT_CHARS]);
 }
 
 /**
@@ -797,7 +797,7 @@ gtk_inscription_set_min_lines (GtkInscription *self,
 
   gtk_widget_queue_resize (GTK_WIDGET (self));
 
-  g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_MIN_CHARS]);
+  g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_MIN_LINES]);
 }
 
 /**
@@ -844,7 +844,7 @@ gtk_inscription_set_nat_lines (GtkInscription *self,
 
   gtk_widget_queue_resize (GTK_WIDGET (self));
 
-  g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_MIN_CHARS]);
+  g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_NAT_LINES]);
 }
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]