summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-02-22 23:28:58 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-02-22 23:28:58 +0800
commite5c7ab45880f9d0b6feb176ff1aad59225e379d8 (patch)
treee005c0a3ad1a3d33796a5019ad10ecb00a0303ab /mbbsd/user.c
parent35717df2c4adcf1365447341fc6a8ecb87977e0f (diff)
downloadpttbbs-e5c7ab45880f9d0b6feb176ff1aad59225e379d8.tar
pttbbs-e5c7ab45880f9d0b6feb176ff1aad59225e379d8.tar.gz
pttbbs-e5c7ab45880f9d0b6feb176ff1aad59225e379d8.tar.bz2
pttbbs-e5c7ab45880f9d0b6feb176ff1aad59225e379d8.tar.lz
pttbbs-e5c7ab45880f9d0b6feb176ff1aad59225e379d8.tar.xz
pttbbs-e5c7ab45880f9d0b6feb176ff1aad59225e379d8.tar.zst
pttbbs-e5c7ab45880f9d0b6feb176ff1aad59225e379d8.zip
subscription should be perform after choice, move some code from board.c to fav.c
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1559 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index f7a623a4..f48a5f4f 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -246,6 +246,8 @@ static void Customize(void)
case 'C':
case 'c':
cuser.uflag2 ^= FAVNEW_FLAG;
+ if (cuser.uflag2 & FAVNEW_FLAG)
+ subscribe_newfav();
break;
case 'D':
case 'd':{