summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-02-13 22:26:23 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-02-13 22:26:23 +0100
commit8d0ebdfc123890048f7d282077c4e3ab0b845bba (patch)
tree6aac9e94c46d256a6ebda11024868fadaccc430e /src/tabs.py
parent1a058c3579fe31e82f5370ff6fee629375dbbb2b (diff)
parentac99467965ba04282b6dbc63c5c04ab91ba1b007 (diff)
downloadpoezio-8d0ebdfc123890048f7d282077c4e3ab0b845bba.tar.gz
poezio-8d0ebdfc123890048f7d282077c4e3ab0b845bba.tar.bz2
poezio-8d0ebdfc123890048f7d282077c4e3ab0b845bba.tar.xz
poezio-8d0ebdfc123890048f7d282077c4e3ab0b845bba.zip
Automated merge with http://hg.louiz.org/poezio
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tabs.py b/src/tabs.py
index ecb53ab9..3c91fc14 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -210,6 +210,9 @@ class Tab(object):
"""
pass
+ def __del__(self):
+ log.debug('Closing tab %s' % self.__class__.__name__)
+
class ChatTab(Tab):
"""
A tab containing a chat of any type.