Ignore:
Timestamp:
06/05/19 13:03:58 (5 years ago)
Author:
bln4
Message:

You can now create groups. Make a text item of the format "Group: <group name>", with cursor over, hit F6. Instead of creating a normal frameset this will create a group.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameUtils.java

    r1405 r1406  
    493493                // Check if group specified that it exists.
    494494                String group = toDisplay.getGroup();
     495                Frame groupFrame = null;
    495496                if (group != null && group.length() > 0) {
    496                         Frame groupFrame = toDisplay.getGroupFrame();
     497                        groupFrame = toDisplay.getGroupFrame();
    497498                        if (groupFrame == null) {
    498499                                MessageBay.displayMessage("WARNING: There is no corrosponding " + group + "1 for the specified group " + group + ".  Group permissions will not apply.");
Note: See TracChangeset for help on using the changeset viewer.