[gnome-builder] terminal: allow tweeaking some settings from inspector



commit 6c748a534b39234bf6bf4a20bc8b08350ec37084
Author: Christian Hergert <chergert redhat com>
Date:   Tue Aug 6 11:34:15 2019 -0700

    terminal: allow tweeaking some settings from inspector
    
    This can be useful so we can test various aspects of the page.

 src/libide/terminal/ide-terminal-page.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libide/terminal/ide-terminal-page.c b/src/libide/terminal/ide-terminal-page.c
index c1774da45..15da88d79 100644
--- a/src/libide/terminal/ide-terminal-page.c
+++ b/src/libide/terminal/ide-terminal-page.c
@@ -505,7 +505,7 @@ ide_terminal_page_class_init (IdeTerminalPageClass *klass)
                           "Close on Exit",
                           "Close on Exit",
                           TRUE,
-                          (G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
+                          (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
   properties [PROP_MANAGE_SPAWN] =
     g_param_spec_boolean ("manage-spawn",
@@ -519,7 +519,7 @@ ide_terminal_page_class_init (IdeTerminalPageClass *klass)
                           "Respawn on Exit",
                           "Respawn on Exit",
                           TRUE,
-                          (G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
+                          (G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
   properties [PROP_PTY] =
     g_param_spec_object ("pty",


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