changeset 5597:7805a9a2c6ba

[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 <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 31 May 2003 14:29:44 +0000
parents 1b987484c262
children 8b24e4d1e082
files src/protocols/gg/gg.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <misiek@pld.ORG.PL>
  * 
@@ -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";
 	}