mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-25 00:11:46 +00:00
avoid message call if not needed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@21063 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
48282e559d
commit
3331c5b1bd
1 changed files with 3 additions and 2 deletions
|
@ -353,8 +353,9 @@ static SEL appendStringSel = NULL;
|
|||
//--------------------------------------------------------------------
|
||||
-(NSString*)description
|
||||
{
|
||||
//OK
|
||||
[self _compose];
|
||||
if (!_flags.composed) {
|
||||
[self _compose];
|
||||
}
|
||||
return _url;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue