Changeset 512:ba5700ffd4f8 in qutecom-2.2


Ignore:
Timestamp:
Feb 23, 2010 8:02:20 PM (3 years ago)
Author:
laurent@…
Branch:
default
Children:
513:ff617c9a5efb, 514:81215c48bbc6
Message:

bug fix : if/ele

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wengophone/src/presentation/qt/chat/QtChatLogViewer.cpp

    r498 r512  
    204204#if defined (DISABLE_SMS) 
    205205        _ui->actionSendSms->setVisible(false); 
    206 #elif 
     206#else 
    207207        copyQAction(toolBar, _ui->actionSendSms); 
    208208        SAFE_CONNECT_RECEIVER(_ui->actionSendSms, SIGNAL(triggered()), qtToolBar, SLOT(sendSms())); 
     
    216216        _ui->actionSendFile->setVisible(false); 
    217217        _ui->actionShowFileTransfer->setVisible(false); 
    218 #elif 
     218#else 
    219219        // setup "tools" menu 
    220220        copyQAction(toolBar, _ui->actionShowFileTransfer); 
Note: See TracChangeset for help on using the changeset viewer.