diff options
author | Tambet Ingo <tambet@gmail.com> | 2008-09-16 13:03:38 +0300 |
---|---|---|
committer | Tambet Ingo <tambet@gmail.com> | 2008-09-16 13:10:44 +0300 |
commit | da3bbdc893b43c52dec20216945a572632c56806 (patch) | |
tree | 757e97e6930725231239a130876d18076b63c858 /src/mm-serial.c | |
parent | e0c720e19c02c43c56f09be9de09cc90d46543a3 (diff) |
Add marshallers so that RegistrationInfo signal can be enabled.
Diffstat (limited to 'src/mm-serial.c')
-rw-r--r-- | src/mm-serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-serial.c b/src/mm-serial.c index 353c5af5..103ef7f7 100644 --- a/src/mm-serial.c +++ b/src/mm-serial.c @@ -387,7 +387,7 @@ mm_serial_timed_out (gpointer data) "Serial command timed out"); /* FIXME: This is not completely correct - if the response finally arrives and there's some other command waiting for response right now, the other command will - get the output of the timed out command. Maybe flashing would help here? */ + get the output of the timed out command. Not sure what to do here. */ mm_serial_got_response (self, error); return FALSE; |