Ticket #246 (closed defect: fixed)
Import proxy setting as int if string fails
| Reported by: | pingou | Owned by: | somebody |
|---|---|---|---|
| Priority: | Fix available | Milestone: | 0.5.0 |
| Component: | guake | Version: | 0.4.2 |
| Keywords: | Cc: |
Description
To solve the bug reported on Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=626303
I used the attached patch, but we might want to do it simpler:
- ssl_port = self.client.get_string('/system/proxy/secure_port')
+ ssl_port = self.client.get_int('/system/proxy/secure_port')
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
