# HG changeset patch # User Luke Schierer # Date 1054391384 0 # Node ID 7805a9a2c6baabe444636b92381c531f813bef1c # Parent 1b987484c26273dadc9764dc7f675f4ba1b8b6e7 [gaim-migrate @ 6001] quoth the submitter: "gadu-gadu plugin tries to use busy.png file, which does not exists. Correct name is away.png." committer: Tailor Script diff -r 1b987484c262 -r 7805a9a2c6ba src/protocols/gg/gg.c --- a/src/protocols/gg/gg.c Sat May 31 14:27:53 2003 +0000 +++ b/src/protocols/gg/gg.c Sat May 31 14:29:44 2003 +0000 @@ -1,6 +1,6 @@ /* * gaim - Gadu-Gadu Protocol Plugin - * $Id: gg.c 5965 2003-05-30 09:38:29Z chipx86 $ + * $Id: gg.c 6001 2003-05-31 14:29:44Z lschiere $ * * Copyright (C) 2001 Arkadiusz Mi¶kiewicz * @@ -1286,7 +1286,7 @@ /* Drop all masks */ status &= ~(GG_STATUS_FRIENDS_MASK); if (status == GG_STATUS_BUSY) - *se = "busy"; + *se = "away"; else if (status == GG_STATUS_INVISIBLE) *se = "invisiible"; }