~ubuntu-branches/ubuntu/precise/kdepim/precise-security

« back to all changes in this revision

Viewing changes to kalarm/editdlgtypes.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-04-03 16:54:56 UTC
  • mfrom: (0.2.25)
  • Revision ID: package-import@ubuntu.com-20120403165456-754vnnut1qwntyh1
Tags: 4:4.8.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1375
1375
*/
1376
1376
void EditEmailAlarmDlg::type_aboutToTry()
1377
1377
{
 
1378
    // Disconnect any previous connections, to prevent multiple messages being output
 
1379
    disconnect(theApp(), SIGNAL(execAlarmSuccess()), this, SLOT(slotTrySuccess()));
1378
1380
    connect(theApp(), SIGNAL(execAlarmSuccess()), SLOT(slotTrySuccess()));
1379
1381
}
1380
1382
 
1383
1385
*/
1384
1386
void EditEmailAlarmDlg::slotTrySuccess()
1385
1387
{
 
1388
    disconnect(theApp(), SIGNAL(execAlarmSuccess()), this, SLOT(slotTrySuccess()));
1386
1389
    QString msg;
1387
1390
    QString to = KAEvent::joinEmailAddresses(mEmailAddresses, "<nl/>");
1388
1391
    to.replace('<', "&lt;");