* sb-mixi.el (shimbun-mixi-logout-p): Abolish.
authorbg66 <bg66>
Thu, 28 Dec 2006 00:27:09 +0000 (00:27 +0000)
committerbg66 <bg66>
Thu, 28 Dec 2006 00:27:09 +0000 (00:27 +0000)
(shimbun-close): Follow the change above.

ChangeLog
sb-mixi.el

index 41eaa79..456fe0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-28  OHASHI Akira  <bg66@koka-in.org>
+
+       * sb-mixi.el (shimbun-mixi-logout-p): Abolish.
+       (shimbun-close): Follow the change above.
+
 2006-12-27  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi.el (mixi-post-message-page): New macro.
index 2c56b98..3a1195d 100644 (file)
@@ -65,11 +65,6 @@ of mixi object."
   :group 'shimbun
   :type 'integer)
 
-(defcustom shimbun-mixi-logout-p nil
-  "*If non-ni, logout from mixi when shimbun server was closed."
-  :group 'shimbun
-  :type 'boolean)
-
 (defvar shimbun-mixi-x-face-alist
   '(("default" . "X-Face: CY;j#FoBnpK^37`-IoJvN!J^u;GciiPmMQ@T)~RP1]t8iv?v)/bVI:I\"F!JfWJvhM5{zY!=
  h.d+'g\\I{D>Ocy?Rc4uYUyOZj2%2Kl>,x-!MCSsyi3!L}psrrC1jlF,O?Ui>qf)X;sBz`/}\\066X%$
@@ -83,8 +78,7 @@ of mixi object."
 
 (luna-define-method shimbun-close :after ((shimbun shimbun-mixi))
   (shimbun-mixi-set-comment-cache-internal shimbun nil)
-  (when shimbun-mixi-logout-p
-    (mixi-logout)))
+  (mixi-logout))
 
 (luna-define-method shimbun-groups ((shimbun shimbun-mixi))
   (mapcar 'car shimbun-mixi-group-alist))