comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 2437:18478c9baa67

Removed the Collection's UUID from CollectionView's title. flys-client/trunk@4103 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 01 Mar 2012 13:24:52 +0000
parents f8c03d3af300
children 51ed89b754ae
comparison
equal deleted inserted replaced
2436:4c9486a6d628 2437:18478c9baa67
434 } 434 }
435 435
436 Collection tmp = this.collection; 436 Collection tmp = this.collection;
437 this.collection = collection; 437 this.collection = collection;
438 438
439 setTitle(collection.getName() + " (UUID: " + collection.identifier() + ")"); 439 setTitle(collection.getName());
440 440
441 if (!suppress) { 441 if (!suppress) {
442 fireCollectionChangeEvent(tmp, this.collection); 442 fireCollectionChangeEvent(tmp, this.collection);
443 } 443 }
444 } 444 }

http://dive4elements.wald.intevation.org