~muelnet/heybuddy/remote_users

« back to all changes in this revision

Viewing changes to SettingsPage.py

  • Committer: samsnotunix at gmail
  • Date: 2011-02-26 04:35:44 UTC
  • mfrom: (244.1.4 heybuddy)
  • Revision ID: samsnotunix@gmail.com-20110226043544-ybiagyl9xs1vvj17
Bzr is being a little bitch again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
                vbox.pack_start(account_frame,False,False,0)
105
105
                #add the options settings
106
106
                options_box = gtk.VBox(False)
107
 
                self.run_as_tray_app = gtk.CheckButton(_("Run as tray application"))
108
 
                self.run_as_tray_app.connect('toggled', self.option_toggled,'option-run-as-tray-app')
 
107
                if not has_hildon:
 
108
                        self.run_as_tray_app = gtk.CheckButton(_("Run as tray application"))
 
109
                        self.run_as_tray_app.connect('toggled', self.option_toggled,'option-run-as-tray-app')
109
110
                self.context_back_asswards = gtk.CheckButton(_("Conversation: oldest first"))
110
111
                self.context_back_asswards.connect('toggled', self.option_toggled,'option-context-backwards')
111
112
                self.disable_avatars = gtk.CheckButton(_("Disable avatar downloading"))