diff options
author | Dan Williams <dcbw@redhat.com> | 2011-04-14 13:26:16 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-04-14 13:26:16 -0500 |
commit | 0a06dd324dbcb255d28795eb78901fca21cc52c0 (patch) | |
tree | 414ca1d6d9926ab4347113451680e169ee1d135d | |
parent | 1c3101fbaf74cbb9d8d0eb52ad6f84dc01544cf0 (diff) |
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.
-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", |