]> git.pld-linux.org Git - packages/pidgin.git/blob - gaim-gg_logoff.patch
fixed a small typo
[packages/pidgin.git] / gaim-gg_logoff.patch
1 diff -urN gaim-0.51.org/src/protocols/gg/gg.c gaim-0.51/src/protocols/gg/gg.c
2 --- gaim-0.51.org/src/protocols/gg/gg.c Sat Feb 16 19:47:26 2002
3 +++ gaim-0.51/src/protocols/gg/gg.c     Sat Feb 16 19:47:48 2002
4 @@ -580,9 +580,9 @@
5         if (gc->inpa)
6                 gaim_input_remove(gc->inpa);
7         gg_logoff(gd->sess);
8 +       gd->own_status = GG_STATUS_NOT_AVAIL;
9         gg_free_session(gd->sess);
10         g_free(gc->proto_data);
11 -       gd->own_status = GG_STATUS_NOT_AVAIL;
12  }
13  
14  static int agg_send_im(struct gaim_connection *gc, char *who, char *msg, int flags)
This page took 0.041002 seconds and 3 git commands to generate.