X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=Client%2Fmaemo5locationprivate.cpp;h=d8b3b5dd0cc515ffc1924d64778d5e0dd85a8555;hb=d5c15a9ac385ec6cd81ff9b42cb9d363b0a9bc84;hp=5bde883b046a4c89099f327616373fb43f7e116c;hpb=431e1a47738b2f723789de366eead08c4e2b5fd2;p=speedfreak diff --git a/Client/maemo5locationprivate.cpp b/Client/maemo5locationprivate.cpp index 5bde883..d8b3b5d 100755 --- a/Client/maemo5locationprivate.cpp +++ b/Client/maemo5locationprivate.cpp @@ -123,23 +123,23 @@ void gps_error_func(LocationGPSDControl *control, gint error, Maemo5LocationPriv switch (error) { case LOCATION_ERROR_USER_REJECTED_DIALOG: - emit gps->gps_err(0); + emit gps->gps_error(0); g_debug("User didn't enable requested methods"); break; case LOCATION_ERROR_USER_REJECTED_SETTINGS: - emit gps->gps_err(1); + emit gps->gps_error(1); g_debug("User changed settings, which disabled location"); break; case LOCATION_ERROR_BT_GPS_NOT_AVAILABLE: - emit gps->gps_err(2); + emit gps->gps_error(2); g_debug("Problems with BT GPS"); break; case LOCATION_ERROR_METHOD_NOT_ALLOWED_IN_OFFLINE_MODE: - emit gps->gps_err(3); + emit gps->gps_error(3); g_debug("Requested method is not allowed in offline mode"); break; case LOCATION_ERROR_SYSTEM: - emit gps->gps_err(4); + emit gps->gps_error(4); g_debug("System error"); break; }