diff src/applet.c @ 1281:83d8b2078f4c

[gaim-migrate @ 1291] I think i got the applet stuff right finally committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 14 Dec 2000 23:12:07 +0000
parents d55aad6e05d9
children 42955549cdd9
line wrap: on
line diff
--- a/src/applet.c	Thu Dec 14 23:04:29 2000 +0000
+++ b/src/applet.c	Thu Dec 14 23:12:07 2000 +0000
@@ -117,7 +117,7 @@
 				icon_offline_bm );
 		gtk_label_set( GTK_LABEL(status_label), _MSG_OFFLINE_ );
 		applet_set_tooltips(_("Offilne. Click to bring up login box."));
-	} else if (awaymessage) { /* fucked up, i know */
+	} else if (!awaymessage) {
 		gtk_pixmap_set( GTK_PIXMAP(icon),
 				icon_online_pm,
 				icon_online_bm );