Ticket #98 (closed defect: duplicate)

Opened 16 months ago

Last modified 15 months ago

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

Changed 16 months ago by anonymous

this minor thing is still present..

Changed 16 months ago by anonymous

updated

Controller.py:1125: DeprecationWarning?: integer argument expected, got float

gtk.main()

Changed 15 months ago by dx

the line number will change every time we update Controller.py, but it's still useless

Changed 15 months ago by anonymous

  • status changed from new to closed
  • resolution set to duplicate

Add/Change #98 (Controller.py:1089: DeprecationWarning: integer argument expected, got float)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.