serial: ensure spew control can be changed after port is created

Since we don't allow properties to be passed into the serial port
create routines we don't want a construct-only property here.
This commit is contained in:
Dan Williams
2011-04-14 13:26:16 -05:00
parent 1c3101fbaf
commit 0a06dd324d

View File

@@ -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",