After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 620704 - uncaught exception on unmapped panels
uncaught exception on unmapped panels
Status: RESOLVED OBSOLETE
Product: accerciser
Classification: Applications
Component: core
1.8.x
Other Linux
: Normal normal
: ---
Assigned To: Accerciser Developers
Accerciser Developers
Depends on:
Blocks:
 
 
Reported: 2010-06-06 01:24 UTC by Samuel Thibault
Modified: 2012-03-21 11:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Samuel Thibault 2010-06-06 01:24:47 UTC
From http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575392 : 

When exploring a java app, we can see in the hierarchy some panels that
are not mapped to screen.  When the we select them in accerciser, we
get the exception copied below, and a region gets flashed at the
top-left of the screen, regardless of the position of the app's window.

Traceback (most recent call last):
  • File "/usr/lib/pymodules/python2.5/accerciser/node.py", line 268 in _onExpose
TypeError: Gdk.Drawable.draw_image() argument 2 must be gtk.gdk.Image,
not None
Comment 1 Joanmarie Diggs (IRC: joanie) 2012-03-21 11:19:18 UTC
I just took a look at the code in node.py. There are exactly 2 class to draw_image(), both of which are commented out. :)

Closing as OBSOLETE.