diff options
-rw-r--r-- | src/mm-serial-port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-serial-port.c b/src/mm-serial-port.c index ab196140..b2cdfa22 100644 --- a/src/mm-serial-port.c +++ b/src/mm-serial-port.c @@ -1397,7 +1397,7 @@ mm_serial_port_class_init (MMSerialPortClass *klass) "SpewControl", "Spew control", FALSE, - G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE)); + G_PARAM_READWRITE)); /* Signals */ g_signal_new ("buffer-full", |