comparison src/gtkconv.c @ 7420:53c86d59f20b

[gaim-migrate @ 8022] (19:08:24) deryni: Paco-Paco can stop wanting to kill Sean for using ctrl-f in conversations, and all the rest of you can have fun making offline buddies take priority over online ones (I'm sure you'll figure it out =) and a change from free() to g_free() in yahoo from zuperdee, since g_free is theoretically doing more error checking committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 04 Nov 2003 00:10:29 +0000
parents 41030dfcb288
children 643cbc9a6035
comparison
equal deleted inserted replaced
7419:82dfe392a773 7420:53c86d59f20b
3024 item_factory_translate_func, 3024 item_factory_translate_func,
3025 NULL, NULL); 3025 NULL, NULL);
3026 3026
3027 gtk_item_factory_create_items(gtkwin->menu.item_factory, menu_item_count, 3027 gtk_item_factory_create_items(gtkwin->menu.item_factory, menu_item_count,
3028 menu_items, win); 3028 menu_items, win);
3029 g_signal_connect(G_OBJECT(accel_group), "accel-changed",
3030 G_CALLBACK(gaim_gtk_save_accels_cb), NULL);
3029 3031
3030 3032
3031 gtkwin->menu.menubar = 3033 gtkwin->menu.menubar =
3032 gtk_item_factory_get_widget(gtkwin->menu.item_factory, "<main>"); 3034 gtk_item_factory_get_widget(gtkwin->menu.item_factory, "<main>");
3033 3035