diff src/prefs.c @ 3278:30ca1b76ad0c

[gaim-migrate @ 3296] Aliases in buddy ticker, inspired by Jeff Stuart. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 29 May 2002 00:24:41 +0000
parents 20769d05df16
children 37a4f90bcedb
line wrap: on
line diff
--- a/src/prefs.c	Tue May 28 08:40:48 2002 +0000
+++ b/src/prefs.c	Wed May 29 00:24:41 2002 +0000
@@ -965,7 +965,7 @@
 		gtk_widget_set_sensitive(opt, FALSE);
 	gaim_button(_("Raise windows on events"), &im_options, OPT_IM_POPUP, vbox2);
 	gaim_button(_("Show logins in window"), &im_options, OPT_IM_LOGON, vbox2);
-	gaim_button(_("Show aliases in tabs/titles"), &im_options, OPT_IM_ALIAS_TAB, vbox2);
+	gaim_button(_("Show aliases in tabs/titles/ticker"), &im_options, OPT_IM_ALIAS_TAB, vbox2);
 	gaim_button(_("Hide window on send"), &im_options, OPT_IM_POPDOWN, vbox2);
 
 	frame = gtk_frame_new(_("Window Sizes"));
@@ -2750,8 +2750,10 @@
 	if (option == OPT_IM_HIDE_ICONS)
 		set_hide_icons();
 
-	if (option == OPT_IM_ALIAS_TAB)
+	if (option == OPT_IM_ALIAS_TAB) {
 		set_convo_titles();
+		BuddyTickerSetNames();
+	}
 
 	if (option == OPT_IM_NO_ANIMATION)
 		set_anim();