Mercurial > pidgin
changeset 12895:a355472257f4
[gaim-migrate @ 15248]
Rework the buddy list only pref slightly and make the conversation notice a system message.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 16 Jan 2006 20:31:20 +0000 |
parents | 7dc00a9dfba5 |
children | 82fd52867ffc |
files | plugins/psychic.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/psychic.c Mon Jan 16 16:35:00 2006 +0000 +++ b/plugins/psychic.c Mon Jan 16 20:31:20 2006 +0000 @@ -49,7 +49,8 @@ if(gaim_prefs_get_bool(PREF_NOTICE)) { gaim_conversation_write(gconv, NULL, _("You feel a disturbance in the force..."), - GAIM_MESSAGE_NO_LOG, time(NULL)); + GAIM_MESSAGE_SYSTEM | GAIM_MESSAGE_NO_LOG, + time(NULL)); } } } @@ -64,7 +65,7 @@ frame = gaim_plugin_pref_frame_new(); pref = gaim_plugin_pref_new_with_name(PREF_BUDDIES); - gaim_plugin_pref_set_label(pref, _("Only enable for users in buddy list")); + gaim_plugin_pref_set_label(pref, _("Only enable for users on the buddy list")); gaim_plugin_pref_frame_add(frame, pref); pref = gaim_plugin_pref_new_with_name(PREF_NOTICE);