Changeset 3346 for trunk/jons-gtk2-gui

Show
Ignore:
Timestamp:
03/11/03 10:15:14 (6 years ago)
Author:
bostjanlah
Message:

A few minor changes

Files:
1 modified

Legend:

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

    r3324 r3346  
    226226 
    227227    /* Update the buffer for the e_tag_data */ 
    228     strcpy(etd->buf, ""); 
    229228    strcpy(etd->buf, temp); 
    230229 
     
    261260void user_function(ICQEvent *event) 
    262261{ 
    263     GSList *temp = catcher; 
     262  GSList *temp = catcher; 
    264263    struct e_tag_data *etd; 
    265264 
    266     while (temp) { 
     265  while (temp) { 
    267266        etd = (struct e_tag_data *)temp->data; 
    268267 
     
    278277    return; 
    279278} 
    280