]> git.pld-linux.org Git - packages/gg.git/blame - gg-chat-status.patch
- gnome applet desktop
[packages/gg.git] / gg-chat-status.patch
CommitLineData
14fee98c
MM
1diff -urN orig/src/gg.c new/src/gg.c
2--- orig/src/gg.c Sat Jun 1 18:11:49 2002
3+++ new/src/gg.c Sat Jun 1 18:10:47 2002
4@@ -400,6 +400,20 @@
5 return NULL;
6 }
7
8+gchar *gg_get_status_as_string(guint uin)
9+{
10+ GGContact *kontakt = gg_get_contact_by_uin(uin);
11+
12+ if (kontakt->status==GG_STATUS_NOT_AVAILABLE)
13