Ignore:
Timestamp:
Aug 12, 2011, 4:32:33 PM (13 years ago)
Author:
bayral
Message:

root category handled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoWpf/Command/PwgCmdDisconnect.cs

    r11922 r11935  
    3232                }
    3333
     34                if ((PwgModelManager.Instance.CategoryList != null)
     35                    && (PwgModelManager.Instance.RootCategoryList != null))
     36                {
     37                    PwgModelManager.Instance.RootCategoryList.Childrens.Clear();
     38                }
     39
    3440                if (PwgModelManager.Instance.CategoryList != null)
    3541                {
Note: See TracChangeset for help on using the changeset viewer.