diff options
author | Dan Williams <dcbw@redhat.com> | 2010-04-24 23:44:35 -0700 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-04-24 23:44:35 -0700 |
commit | a4c094c340e0c93149a4e9042db4a88f9800467f (patch) | |
tree | d4e1d0ff8f64aa7df174868119fda3f0c0c4e761 /plugins/mm-modem-hso.c | |
parent | b9bb12a01e0fd0251475622cf2adc3ca04ba7bd0 (diff) |
core: fix serial error #defines
Should have ERROR in them.
Diffstat (limited to 'plugins/mm-modem-hso.c')
-rw-r--r-- | plugins/mm-modem-hso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mm-modem-hso.c b/plugins/mm-modem-hso.c index 4f7f9d9e..426ee0ab 100644 --- a/plugins/mm-modem-hso.c +++ b/plugins/mm-modem-hso.c @@ -300,7 +300,7 @@ hso_connect_timed_out (gpointer data) if (info) { info->error = g_error_new_literal (MM_SERIAL_ERROR, - MM_SERIAL_RESPONSE_TIMEOUT, + MM_SERIAL_ERROR_RESPONSE_TIMEOUT, "Connection timed out"); } |