Ignore:
Timestamp:
Oct 3, 2011, 5:09:51 PM (13 years ago)
Author:
bayral
Message:

rename category to Albums

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoUpload/MainForm.cs

    r12262 r12336  
    1717        {
    1818            InitializeComponent();
    19             selectedPwgCategoryListBindingSource.DataSource = ModelManager.Instance.lstCat;
     19            selectedPwgAlbumListBindingSource.DataSource = ModelManager.Instance.lstCat;
    2020            modelManagerBaseBindingSource.DataSource = ModelManager.Instance;
    2121        }
     
    9797            try
    9898            {
    99                 ServiceFactory.GetByType<Disconnect>().runService();
     99                if (ModelManager.Instance.isConnected)
     100                {
     101                    ServiceFactory.GetByType<Disconnect>().runService();
     102                }
    100103            }
    101104            catch (ApplicationException aex)
Note: See TracChangeset for help on using the changeset viewer.