Mercurial > pidgin
comparison plugins/docklet/docklet.c @ 3514:b1ebeecfd2aa
[gaim-migrate @ 3586]
another set of docklet bug fixes for robot101
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Sun, 15 Sep 2002 15:46:06 +0000 |
| parents | ab939e746bdd |
| children | 6b0cb60162f4 |
comparison
equal
deleted
inserted
replaced
| 3513:ab939e746bdd | 3514:b1ebeecfd2aa |
|---|---|
| 237 enum docklet_status oldstatus; | 237 enum docklet_status oldstatus; |
| 238 | 238 |
| 239 oldstatus = status; | 239 oldstatus = status; |
| 240 | 240 |
| 241 if (connections) { | 241 if (connections) { |
| 242 if (imaway) { | 242 if (awaymessage) { |
| 243 if (message_queue) { | 243 if (message_queue) { |
| 244 status = away_pending; | 244 status = away_pending; |
| 245 } else { | 245 } else { |
| 246 status = away; | 246 status = away; |
| 247 } | 247 } |
