Changeset 3310 for trunk/jons-gtk2-gui

Show
Ignore:
Timestamp:
02/26/03 10:23:39 (6 years ago)
Author:
bostjanlah
Message:

A few minor changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jons-gtk2-gui/src/pipe.cpp

    r3297 r3310  
    5757    if (sig->SubSignal() == USER_EVENTS) { 
    5858        ICQUser *u = gUserManager.FetchUser(sig->Uin(), LOCK_R); 
    59         if (u == 0) { 
     59        if (u == NULL) { 
    6060            gUserManager.DropUser(u); 
    6161            return; 
     
    6464        gUserManager.DropUser(u); 
    6565 
    66         if(ue == 0) { 
     66        if (ue == NULL) { 
    6767            gUserManager.DropUser(u); 
    6868            return; 
     
    154154            else 
    155155                user_function(event); 
     156      break; 
    156157 
    157158        case ICQ_CMDxSND_LOGON: 
    158159        case ICQ_CMDxSND_USERxLIST: 
    159160        case ICQ_CMDxSND_REGISTERxUSER: 
    160             if(event->Command() != ICQ_CMDxSND_REGISTERxUSER) 
     161            if (event->Command() != ICQ_CMDxSND_REGISTERxUSER) 
    161162                contact_list_refresh(); 
    162163            owner_function(event);