25
25
class StatusDialog(gtk.Dialog):
 
26
26
    """ Display Status window and perform the needed actions. """
 
 
27
    def __init__(self, wt, wtpath, revision=None):
 
28
28
        """ Initialize the Status window. """
 
29
29
        super(StatusDialog, self).__init__(flags=gtk.DIALOG_MODAL, buttons=(gtk.STOCK_OK, gtk.RESPONSE_ACCEPT))
 
30
30
        self.set_title("Working tree changes")
 
34
38
        # Set the old working tree