/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive/log.py

  • Committer: Jelmer Vernooij
  • Date: 2006-09-27 19:52:46 UTC
  • mto: (0.12.2 olive)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: jelmer@samba.org-20060927195246-9354d7ccf56127f5
Don't pass around gladefile all the time. 
Fix bug in status information when files have been removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
from dialog import error_dialog
38
38
 
 
39
from olive import gladefile
 
40
 
39
41
class OliveLog:
40
42
    """ Display Log (bzrk) window and perform the needed actions. """
41
 
    def __init__(self, gladefile, comm):
 
43
    def __init__(self, comm):
42
44
        """ Initialize the Log (bzrk) window. """
43
 
        self.gladefile = gladefile
44
45
 
45
46
        # Communication object
46
47
        self.comm = comm