comparison src/buddy.c @ 3539:88a0068fc048

[gaim-migrate @ 3614] why did that even compile? unhide_buddy_list; should be unhide_buddy_list(); committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 21 Sep 2002 23:55:09 +0000
parents 6f9610016503
children 785292d72aed
comparison
equal deleted inserted replaced
3538:9431b31f8f62 3539:88a0068fc048
2659 GtkWidget *label; 2659 GtkWidget *label;
2660 GtkWidget *bbox; 2660 GtkWidget *bbox;
2661 GtkWidget *tbox; 2661 GtkWidget *tbox;
2662 2662
2663 if (blist) { 2663 if (blist) {
2664 unhide_buddy_list; 2664 unhide_buddy_list();
2665 return; 2665 return;
2666 } 2666 }
2667 2667
2668 blist = gtk_window_new(GTK_WINDOW_TOPLEVEL); 2668 blist = gtk_window_new(GTK_WINDOW_TOPLEVEL);
2669 2669