This mail is an automated notification from the bugs tracker
 of the project: GNUstep.

/**************************************************************************/
[bugs #11393] Latest Modifications:

Changes by: 
                Quentin Math� <[EMAIL PROTECTED]>
'Date: 
                jeu 30.12.2004 at 14:04 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed in cvs.

2004-12-30  Quentin Mathe <[EMAIL PROTECTED]>

        * Source/GSToolbarView.m: Modified to be more compliant with GNUstep 
        coding standards.
        (-draggingEntered:):
        (-draggingUpdated:): Prevents the user to customize the toolbar when 
        -allowsUserCustomization returns NO (bug #11393).
        * Source/NSToolbarItem.m: Modified to be more compliant with GNUstep 
        coding standards.
        (-mouseDown:): Prevents the user to customize the toolbar when 
        -allowsUserCustomization returns NO (bug #11393).






/**************************************************************************/
[bugs #11393] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11393>
Project: GNUstep
Submitted by: Gregory John Casamento
On: ven 24.12.2004 at 22:35

Category:  Gui/AppKit
Severity:  1 - None
Item Group:  Bug
Resolution:  Fixed
Privacy:  Public
Assigned to:  qmathe
Status:  Closed


Summary:  NSToolbar is modifiable when allowsUserCustomization is NO.

Original Submission:  Steps to reproduce:

1) Open any app which uses a toolbar and sets this attribute to NO.
2) Remove an item by control dragging out of the toolbar.

According to the spec: 

- (BOOL)allowsUserCustomization 

Answers whether or not users are allowed to modify the toolbar. The default 
value is NO. If the value is NO, then the Customize Toolbar& menu item is 
disabled and other modification is disabled. <snip>

Expected: Should not be able to remove item
Actual: Item is removed



Follow-up Comments
------------------


-------------------------------------------------------
Date: jeu 30.12.2004 at 14:04       By: Quentin Math� <qmathe>
Fixed in cvs.

2004-12-30  Quentin Mathe <[EMAIL PROTECTED]>

        * Source/GSToolbarView.m: Modified to be more compliant with GNUstep 
        coding standards.
        (-draggingEntered:):
        (-draggingUpdated:): Prevents the user to customize the toolbar when 
        -allowsUserCustomization returns NO (bug #11393).
        * Source/NSToolbarItem.m: Modified to be more compliant with GNUstep 
        coding standards.
        (-mouseDown:): Prevents the user to customize the toolbar when 
        -allowsUserCustomization returns NO (bug #11393).












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11393>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to