From f136b6d78e6ed2f5a81d42759471b1c9de8f1dc9 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 28 Aug 2009 01:11:13 +0100 Subject: [PATCH] add a stub function to the titlebar --- terminatorlib/titlebar.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terminatorlib/titlebar.py b/terminatorlib/titlebar.py index 6580e833..5283499c 100755 --- a/terminatorlib/titlebar.py +++ b/terminatorlib/titlebar.py @@ -21,6 +21,10 @@ class Titlebar(gtk.EventBox): """Connect the supplied function to clicking on the group icon""" pass + def update(self): + """Update our contents""" + pass + def update_terminal_size(self, width, height): """Update the displayed terminal size""" pass