Changeset 1617
- Timestamp:
- 01/19/07 21:19:23 (23 months ago)
- Location:
- plugins/kdepim/src
- Files:
-
- 3 modified
-
kaddrbook.cpp (modified) (1 diff)
-
kcal.cpp (modified) (1 diff)
-
knotes.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/kdepim/src/kaddrbook.cpp
r1616 r1617 73 73 //is running 74 74 if (dcopc->isApplicationRegistered("kaddressbook")) { 75 osync_context_report_error(ctx, OSYNC_ERROR_ APP_RUNNING, "KAddressBook is running. Please finish it");75 osync_context_report_error(ctx, OSYNC_ERROR_NO_CONNECTION, "KAddressBook is running. Please finish it"); 76 76 osync_trace(TRACE_EXIT_ERROR, "%s: KAddressBook is running", __func__); 77 77 return false; -
plugins/kdepim/src/kcal.cpp
r1616 r1617 50 50 //is running 51 51 if (dcopc->isApplicationRegistered("korganizer")) { 52 osync_context_report_error(ctx, OSYNC_ERROR_ APP_RUNNING, "KOrganizer is running. Please finish it");52 osync_context_report_error(ctx, OSYNC_ERROR_NO_CONNECTION, "KOrganizer is running. Please finish it"); 53 53 osync_trace(TRACE_EXIT_ERROR, "%s: KOrganizer is running", __func__); 54 54 return false; -
plugins/kdepim/src/knotes.cpp
r1616 r1617 63 63 //is running 64 64 if (kn_dcop->isApplicationRegistered("kontact")) { 65 osync_context_report_error(ctx, OSYNC_ERROR_ APP_RUNNING, "Kontact is running. Please finish it");65 osync_context_report_error(ctx, OSYNC_ERROR_NO_CONNECTION, "Kontact is running. Please finish it"); 66 66 osync_trace(TRACE_EXIT_ERROR, "%s: Kontact is running", __func__); 67 67 return false;
