| Revision 4235, 992 bytes checked in by daisuke, 15 years ago (diff) |
|---|
diff -up gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py.enable-show-userlist gdm2setup-0.5.3-lucid/gdm2/gdm2setup.py
| old | new | class GDM2Setup(object): |
|---|---|---|
| 74 | 74 | if DEBUG: |
| 75 | 75 | print "on_userlist_checkbutton_toggled, value: ",widget.get_active() |
| 76 | 76 | |
| 77 | self.theme.SetShowUserList( |
|
| 77 | self.theme.SetShowUserList(True) | |
| 78 | 78 | |
| 79 | 79 | def on_autologin_radiobutton_toggled(self, widget, data=None): |
| 80 | 80 | if DEBUG: |
| … | … | class GDM2Setup(object): |
| 93 | 93 | |
| 94 | 94 | # Disable mutually exclusive properties |
| 95 | 95 | self.builder.get_object('userlist_checkbutton').set_sensitive(False) |
| 96 | |
|
| 96 | # self.theme.SetShowUserList(False) | |
| 97 | 97 | |
| 98 | 98 | def on_autologin_combobox_changed(self, widget, data=None): |
| 99 | 99 | if DEBUG: |