Update of /cvsroot/gaim/gaim/src/protocols/toc
In directory usw-pr-cvs1:/tmp/cvs-serv10148/src/protocols/toc
Modified Files:
toc.c
Log Message:
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
Index: toc.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/toc/toc.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- toc.c 4 Apr 2002 00:59:12 -0000 1.47
+++ toc.c 20 Apr 2002 08:10:13 -0000 1.48
@@ -789,7 +789,7 @@
} else if (!strcasecmp(c, "RVOUS_PROPOSE")) {
char *user, *uuid, *cookie;
int seq;
- char *rip, *pip, *vip, *trillian;
+ char *rip, *pip, *vip, *trillian = NULL;
int port;
user = strtok(NULL, ":");
|