# HG changeset patch # User Richard Laager # Date 1137443480 0 # Node ID a355472257f4ab2562cce67f22a4b764e29a5a3e # Parent 7dc00a9dfba5ea96bf2b4262302f3a9e5639d1b0 [gaim-migrate @ 15248] Rework the buddy list only pref slightly and make the conversation notice a system message. committer: Tailor Script diff -r 7dc00a9dfba5 -r a355472257f4 plugins/psychic.c --- 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);