/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 preferences/__init__.py

  • Committer: Curtis Hovey
  • Date: 2011-08-13 03:06:56 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110813030656-10hwf8adkrg0mbbp
Updated gmissing to gtk3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    def close(self, widget=None):
65
65
        self.window.destroy()
66
66
 
67
 
 
68
67
class BranchPreferencesWindow(Gtk.Dialog):
69
68
    """Displays global preferences windows."""
70
69
    def __init__(self, config=None):