3590:5280e37405b8 | 3591:2f2a4a76dd22 |
---|---|
78 """ | 78 """ |
79 self.__shutdown() | 79 self.__shutdown() |
80 | 80 |
81 def reject(self): | 81 def reject(self): |
82 """ | 82 """ |
83 Protected method called when the dialog is rejected. | 83 Public method called when the dialog is rejected. |
84 """ | 84 """ |
85 self.__shutdown() | 85 self.__shutdown() |
86 super(BookmarksDialog, self).reject() | 86 super(BookmarksDialog, self).reject() |
87 | 87 |
88 def __shutdown(self): | 88 def __shutdown(self): |