プロジェクト

全般

プロフィール

バグ #502

完了

gui/postbox.rbで@optionsが初期化されていない

Osamu Koga さんが11年以上前に追加.

ステータス:
終了
優先度:
通常
担当者:
対象バージョン:
プラグイン名:
gui
ブランチ:
クラッシュする:

説明

typoしてて@optionsが初期化されてません.

Index: core/plugin/gui/postbox.rb
===================================================================
--- core/plugin/gui/postbox.rb    (リビジョン 880)
+++ core/plugin/gui/postbox.rb    (作業コピー)
@@ -34,7 +34,7 @@

   def initialize(*args)
     super
-    options = {}
+    @options = {}
     Plugin.call(:postbox_created, self) end

   alias __set_parent_postbox__ set_parent

他の形式にエクスポート: Atom PDF