Changeset 3406 for trunk/jons-gtk2-gui

Show
Ignore:
Timestamp:
03/24/03 04:00:20 (6 years ago)
Author:
bostjanlah
Message:

convo_open_cb -> convo_open

Files:
1 modified

Legend:

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

    r3396 r3406  
    323323} 
    324324 
    325 void convo_open_cb(ICQUser *user); 
     325void convo_open(ICQUser *user); 
    326326void list_send_url(GtkWidget *, ICQUser *); 
    327327void list_request_file(GtkWidget *, ICQUser *); 
     
    356356    /* A left mouse double-click */ 
    357357    if (event->button == 1 && event->type == GDK_2BUTTON_PRESS) 
    358         convo_open(user, true); 
     358        convo_open(user); 
    359359    /* A right click.. make the popup menu */ 
    360360    else if(event->type == GDK_BUTTON_PRESS && event->button == 3) 
     
    374374         
    375375        menu_new_item_with_pixmap(_menu, "Start Conversation", 
    376                     GTK_SIGNAL_FUNC(convo_open_cb), message_icon, user); 
     376                    GTK_SIGNAL_FUNC(convo_open), message_icon, user); 
    377377 
    378378        menu_new_item_with_pixmap(_menu, "Send URL",