Show
Ignore:
Timestamp:
07/03/08 22:20:05 (5 months ago)
Author:
flynd
Message:

More uin removed from the plugins.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/userevents/usersendsmsevent.cpp

    r6108 r6406  
    135135 
    136136  //TODO in daemon 
    137   icqEventTag = gLicqDaemon->icqSendSms( 
     137  icqEventTag = gLicqDaemon->icqSendSms(myUsers.front().c_str(), LICQ_PPID, 
    138138      myNumberField->text().toLatin1(), 
    139       myMessageEdit->toPlainText().toUtf8().data(), 
    140       strtoul(myUsers.front().c_str(), NULL, 10)); 
     139      myMessageEdit->toPlainText().toUtf8().data()); 
    141140  myEventTag.push_back(icqEventTag); 
    142141