26
26
""" Display Status window and perform the needed actions. """
27
27
def __init__(self, wt, wtpath):
28
28
""" Initialize the Status window. """
29
super(StatusDialog, self).__init__(flags=gtk.DIALOG_MODAL, buttons=(gtk.STOCK_OK, gtk.RESPONSE_ACCEPT))
30
30
self.set_title("Working tree changes")