Hi,

A Debian developer send me a patch against the colorblind applet
implemented in gnome-mag. In the applet I have the following lines:

try:
        ORBit.load_typelib ('Accessibility')
        ORBit.load_typelib ('GNOME_Magnifier')
        import GNOME.Magnifier
        _magnifierAvailable = True
except:
        pass

and the patch modify the following:

-       ORBit.load_typelib ('Accessibility')
+       #we don't seem to need this
+    #ORBit.load_typelib ('Accessibility')

He said that this was preventing him from using the applet properly,
(I don't have any problem in my machine) and since gnome-mag
implements the LoginHelper interface I want to know if this can cause
some problem, since I don't have enough knowledge to say by myself and
the colorblind applet also worked with the patch.

Thanks,
Carlos.
_______________________________________________
Gnome-accessibility-devel mailing list
Gnome-accessibility-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel

Reply via email to