/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/push.py

merge win32 fixes from my olive branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        self.check_remember.set_sensitive(0)
66
66
        self.check_create.set_sensitive(0)
67
67
        
68
 
        self.entry_stored.set_text(branch.get_push_location())
 
68
        self.entry_stored.set_text(branch.get_push_location() or '')
69
69
    
70
70
    def display(self):
71
71
        """ Display the Push dialog. """