diff 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
line wrap: on
line diff
--- a/src/gtkconv.c	Mon Nov 03 16:42:32 2003 +0000
+++ b/src/gtkconv.c	Tue Nov 04 00:10:29 2003 +0000
@@ -3026,6 +3026,8 @@
 
 	gtk_item_factory_create_items(gtkwin->menu.item_factory, menu_item_count,
 								  menu_items, win);
+	g_signal_connect(G_OBJECT(accel_group), "accel-changed",
+									 G_CALLBACK(gaim_gtk_save_accels_cb), NULL);
 
 
 	gtkwin->menu.menubar =