[gnome-builder] libide/editor: check info-bar state at creation



commit 7c46827cc404e810547edd47ce8332f394ed3f56
Author: Christian Hergert <chergert redhat com>
Date:   Thu Oct 6 15:46:00 2022 -0700

    libide/editor: check info-bar state at creation

 src/libide/editor/ide-editor-info-bar.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/libide/editor/ide-editor-info-bar.c b/src/libide/editor/ide-editor-info-bar.c
index 3fb7fc6e2..d6ad019bc 100644
--- a/src/libide/editor/ide-editor-info-bar.c
+++ b/src/libide/editor/ide-editor-info-bar.c
@@ -255,6 +255,8 @@ ide_editor_info_bar_set_property (GObject      *object,
                                    G_CALLBACK (on_notify_cb),
                                    self,
                                    G_CONNECT_SWAPPED);
+
+          on_notify_cb (self, NULL, self->buffer);
         }
       break;
 


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