comparison src/protocols/toc/toc.c @ 3159:fce1883cc608

[gaim-migrate @ 3175] new shortcuts: Ctrl-- Decrease Font Size Ctrl-= Increase Font Size Ctrl-0 Normal Font Size Ctrl-F Select Font Ctrl-C Text Color Ctrl-W Close IM/Chat Window (or Tab, if using tabbed conversations) Ctrl-N New IM/Chat Tab (if using tabbed conversations) Ctrl-Z Minimize (Iconify) IM/Chat Window -As suggested by Shreedeep K Bhachech committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Apr 2002 08:10:13 +0000
parents e883f604174e
children 49fb2b634a2a
comparison
equal deleted inserted replaced
3158:ea6f8d8d74e5 3159:fce1883cc608
787 " message. Gaim will prevent anything from going through. This" 787 " message. Gaim will prevent anything from going through. This"
788 " is only temporary, please be patient."), _("TOC Pause")); 788 " is only temporary, please be patient."), _("TOC Pause"));
789 } else if (!strcasecmp(c, "RVOUS_PROPOSE")) { 789 } else if (!strcasecmp(c, "RVOUS_PROPOSE")) {
790 char *user, *uuid, *cookie; 790 char *user, *uuid, *cookie;
791 int seq; 791 int seq;
792 char *rip, *pip, *vip, *trillian; 792 char *rip, *pip, *vip, *trillian = NULL;
793 int port; 793 int port;
794 794
795 user = strtok(NULL, ":"); 795 user = strtok(NULL, ":");
796 uuid = strtok(NULL, ":"); 796 uuid = strtok(NULL, ":");
797 cookie = strtok(NULL, ":"); 797 cookie = strtok(NULL, ":");