diff src/away.c @ 1726:004725b3a851

[gaim-migrate @ 1736] most of nsanch's patch for zephyr (all except the input watcher - i can't understand why it's not working for me. it looks like it should work and i really want to add it). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 19 Apr 2001 00:05:50 +0000
parents 3d3362903e1d
children 9aae465eeb6e
line wrap: on
line diff
--- a/src/away.c	Wed Apr 18 01:38:14 2001 +0000
+++ b/src/away.c	Thu Apr 19 00:05:50 2001 +0000
@@ -356,7 +356,7 @@
 						gtk_menu_append(GTK_MENU(submenu), menuitem);
 						gtk_widget_show(menuitem);
 						gtk_signal_connect(GTK_OBJECT(menuitem), "activate",
-								   GTK_SIGNAL_FUNC(set_gc_away), gc);
+								   GTK_SIGNAL_FUNC(do_away_message), a);
 
 						awy = g_slist_next(awy);
 					}