% cb_guiClosed will be called if the repository manager GUI is closed.%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% description: cb_guiClosed will be called if the repository manager GUI is% closed.%% version: $Id: cb_guiClosed.m,v 1.2 2010/01/22 12:23:02 ingo Exp $%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%function cb_guiClosed(varargin) disp('*** Goodbye from the LTPDA Repository Manager GUI');end