Mercurial > pidgin.yaz
changeset 1280:d55aad6e05d9
[gaim-migrate @ 1290]
whoops
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 14 Dec 2000 23:04:29 +0000 |
parents | 8947583de4a1 |
children | 83d8b2078f4c |
files | src/applet.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/applet.c Thu Dec 14 19:46:10 2000 +0000 +++ b/src/applet.c Thu Dec 14 23:04:29 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) { + } else if (awaymessage) { /* fucked up, i know */ gtk_pixmap_set( GTK_PIXMAP(icon), icon_online_pm, icon_online_bm );