Update of /cvsroot/gaim/gaim/src/protocols/oscar
In directory usw-pr-cvs1:/tmp/cvs-serv28690/protocols/oscar
Modified Files:
oscar.c
Log Message:
this might be better
Index: oscar.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- oscar.c 2001/11/27 00:54:01 1.74
+++ oscar.c 2001/11/27 03:30:41 1.75
@@ -1626,11 +1626,11 @@
g_show_info_text(gc, info->sn, 0,
header,
(prof && *prof) ? away_subs(prof, gc->username) : NULL,
+ (prof && *prof) ? "<BR><HR><BR>" : NULL,
NULL);
}
} else {
g_show_info_text(gc, info->sn, 1,
- "<BR><HR><BR>",
(prof && *prof) ? away_subs(prof, gc->username) :
_("<i>No Information Provided</i>"),
legend,
|