Comment 4 for bug 566567

Revision history for this message
geo (geozback) wrote :

hum hum
today after update to (apparatly 1294), i have already the same bug (same traceback)
but the
       if gtk.gtk_version >= (2, 16, 0):
            self.volume_scale.add_mark(100, gtk.POS_BOTTOM, "<small>%s</small>" % "100%")
is write in
/usr/share/avant-window-navigator/applets/volume-control/volume-control.py

???

Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/awn/extras/awnlib.py", line 1462, in init_start
    applet_class(applet)
  File "/usr/share/avant-window-navigator/applets/volume-control/volume-control.py", line 100, in __init__
    self.setup_main_dialog(prefs)
  File "/usr/share/avant-window-navigator/applets/volume-control/volume-control.py", line 121, in setup_main_dialog
    self.volume_scale.add_mark(100, gtk.POS_BOTTOM, "<small>%s</small>" % "100%")
AttributeError: 'gtk.HScale' object has no attribute 'add_mark'