Update of /cvsroot/gaim/gaim/plugins/docklet
In directory usw-pr-cvs1:/tmp/cvs-serv19359/plugins/docklet
Modified Files:
docklet.c
Log Message:
another set of docklet bug fixes for robot101
Index: docklet.c
===================================================================
RCS file: /cvsroot/gaim/gaim/plugins/docklet/docklet.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- docklet.c 15 Sep 2002 14:37:54 -0000 1.3
+++ docklet.c 15 Sep 2002 15:46:06 -0000 1.4
@@ -239,7 +239,7 @@
oldstatus = status;
if (connections) {
- if (imaway) {
+ if (awaymessage) {
if (message_queue) {
status = away_pending;
} else {
|