Module: deluge Branch: multiuser-oldprefs Commit: 03325c5f487c9514cdbd9a6c54314b1a5313d64c
Author: Andrew Resch <[email protected]> Date: Wed Feb 23 15:05:54 2011 -0800 Add some missing code --- deluge/ui/gtkui/preferences.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/deluge/ui/gtkui/preferences.py b/deluge/ui/gtkui/preferences.py index 8ca90a6..4dad8d1 100644 --- a/deluge/ui/gtkui/preferences.py +++ b/deluge/ui/gtkui/preferences.py @@ -127,7 +127,8 @@ class PreferencePage(object): self.builder = gtk.Builder() self.builder.add_from_file(xmlfile) self.set_widget(self.builder.get_object(obj)) - + + class GtkUIPreferencePage(PreferencePage): def __init__(self, name, xml, widget): super(GtkUIPreferencePage, self).__init__() -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
