Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7798 → Rev 7799

/programs/cmm/browser/tabs.h
142,7 → 142,7
 
void EventTabClose(int _id)
{
DeleteButton(tab.count);
DeleteButton(TAB_ID + tab.count-1);
if (_id == tab.active) {
tab.close(_id);
tab.restore(tab.active);