Ticket #98 (closed defect: duplicate)
Controller.py:1089: DeprecationWarning: integer argument expected, got float
| Reported by: | pochu | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 |
| Component: | gui | Version: | 1.0pre-svn |
| Keywords: | Cc: | pochu@… |
Description
When starting emesene, I got this warning:
Controller.py:1089: DeprecationWarning?: integer argument expected, got float
gtk.main()
The portion of the code is this:
# start controller controller = Controller(username, minimized) try:
gtk.main()
This is with svn 888, though it was happening with older revisions too.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
