Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / src / perl / perl-fe.c
index 7015cdf2a6b7b76bd83f601609e0434b00aa936d..8e8469e94b344727b3e95137e8a0ca8e44be1fbc 100644 (file)
@@ -13,9 +13,9 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
 #include "module-fe.h"
@@ -262,6 +262,8 @@ void fe_perl_init(void)
 
 void fe_perl_deinit(void)
 {
+       theme_unregister();
+
        command_unbind("script", (SIGNAL_FUNC) cmd_script);
        command_unbind("script exec", (SIGNAL_FUNC) cmd_script_exec);
        command_unbind("script load", (SIGNAL_FUNC) cmd_script_load);