From d17981b581591600fe0cd53d362707e56d22bc79 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 19 Aug 2009 19:01:11 +0100 Subject: [PATCH] Add another stub function to the titlebar class --- terminatorlib/titlebar.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terminatorlib/titlebar.py b/terminatorlib/titlebar.py index 33c84351..6580e833 100755 --- a/terminatorlib/titlebar.py +++ b/terminatorlib/titlebar.py @@ -21,4 +21,8 @@ class Titlebar(gtk.EventBox): """Connect the supplied function to clicking on the group icon""" pass + def update_terminal_size(self, width, height): + """Update the displayed terminal size""" + pass + gobject.type_register(Titlebar)