605
598
width, height = [int(num) for num in size.split('x')]
606
599
# avoid writing config every time we start
604
def _on_size_allocate(self, widget, allocation, name):
610
619
def show_diff(self, revid=None, parentid=NULL_REVISION):
611
620
"""Open a new window to show a diff between the given revisions."""
612
621
from bzrlib.plugins.gtk.diff import DiffWindow