Opened 12 years ago

Closed 10 years ago

#3171 closed defect (obsolete)

traceback in animation

Reported by: erikos Owned by: erikos
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Sugar Version: 0.94.x
Severity: Minor Keywords:
Cc: gonzalo Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

1318007936.583263 DEBUG root: new zoom level: 0
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/sugar/graphics/animator.py", line 107, in _next_frame_cb
    animation.do_frame(current_time, self._duration, self._easing)
  File "/usr/lib/python2.7/site-packages/sugar/graphics/animator.py", line 148, in do_frame
    self.next_frame(frame)
  File "/usr/lib/python2.7/site-packages/sugar/graphics/palettewindow.py", line 418, in next_frame
    self._palette.popup(immediate=True)
  File "/usr/lib/python2.7/site-packages/sugar/graphics/palette.py", line 187, in popup
    PaletteWindow.popup(self, immediate)
  File "/usr/lib/python2.7/site-packages/sugar/graphics/palettewindow.py", line 317, in popup
    self.set_transient_for(self._invoker.get_toplevel())
TypeError: parent should be a GtkWindow or None
1318007945.417191 DEBUG root: _Account.__account_property_changed_cb dbus.ObjectPath('/org/freedesktop/Telepathy/Account/gabble/jabber/f8cf4d54927ec7248cc7e4252fc5fa34bc863626_400') dbus.ObjectPath('/', variant_level=1) None

Seen on os8 (0.94).

Attachments (1)

trace.log (43.1 KB) - added by erikos 12 years ago.
full trace

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by erikos

full trace

comment:1 Changed 12 years ago by erikos

  • Severity changed from Unspecified to Minor
  • Version changed from Unspecified to 0.94.x

comment:2 Changed 10 years ago by godiard

  • Resolution set to obsolete
  • Status changed from new to closed

This is gtk2 code. We should reopen anoher bug if the same happen in Gtk3.

Note: See TracTickets for help on using tickets.