comparison src/buddy.c @ 1625:8c92ea5d854f

[gaim-migrate @ 1635] good stuff committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 21 Mar 2001 07:25:43 +0000
parents ac8eddd16e89
children d029dc28a61e
comparison
equal deleted inserted replaced
1624:12bd198b6721 1625:8c92ea5d854f
2364 2364
2365 gaim_new_item_with_pixmap(menu, _("About Gaim"), about_small_xpm, show_about); 2365 gaim_new_item_with_pixmap(menu, _("About Gaim"), about_small_xpm, show_about);
2366 2366
2367 gtk_widget_show(menubar); 2367 gtk_widget_show(menubar);
2368 2368
2369 vbox = gtk_vbox_new(FALSE, 5); 2369 vbox = gtk_vbox_new(FALSE, 0);
2370 2370
2371 notebook = gtk_notebook_new(); 2371 notebook = gtk_notebook_new();
2372 2372
2373 2373
2374 2374