Author: wwalker
Date: Wed Feb 6 03:51:04 2008
New Revision: 220
URL: http://svn.gnome.org/viewvc/java-access-bridge?rev=220&view=rev
Log:
Fix for bug 511625 - Use Role.ROLE_APPLICATION.
Modified:
trunk/ChangeLog
trunk/impl/org/GNOME/Accessibility/ApplicationImpl.java
Modified: trunk/impl/org/GNOME/Accessibility/ApplicationImpl.java
==============================================================================
--- trunk/impl/org/GNOME/Accessibility/ApplicationImpl.java (original)
+++ trunk/impl/org/GNOME/Accessibility/ApplicationImpl.java Wed Feb 6
03:51:04 2008
@@ -26,7 +26,7 @@
private int id;
public org.GNOME.Accessibility.Role getRole() {
- return Role.ROLE_EXTENDED;
+ return Role.ROLE_APPLICATION;
}
public String toolkitName (){
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.