Menu

#52 Disable Popups Property Bugs

closed
5
2008-11-25
2008-07-24
Dan
No

I think the bug is easily spotted. It is in RCMain.java:

[code]
disablePopupItem.addSelectionListener(new SelectionAdapter() {
@Override
public void widgetSelected(SelectionEvent e) {
properties.setProperty("popups_enabled", silentItem.getSelection());
}
});[/code]

properties.setProperty("popups_enabled", silentItem.getSelection());

should be

properties.setProperty("popups_enabled", !disablePopupItem.getSelection());

Additionally, Mr. Slidey (MessageSlideShell) completely ignores the "popups_enabled" property.

I've checked out https://azsmrc.svn.sourceforge.net/svnroot/azsmrc/trunk/azsmrc revision 1688.

Discussion

  • Simón

    Simón - 2008-11-14

    The same problem in version 0.9.9

     
  • Simón

    Simón - 2008-11-24

    The same in beta version: AzSMRC_0.9.9.20081122

     
  • Leonard Brünings

    fixed in Rev 1702

     
  • Leonard Brünings

    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB