Mercurial > pidgin
diff src/connection.c @ 11305:0d3d1031e397
[gaim-migrate @ 13505]
Remove Chips gtkstatusselector. I just assuming we've decided to
stick with Sean's gtkstatusbox. In any case, no need for both
of them to be in CVS at the same time.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Fri, 19 Aug 2005 01:15:13 +0000 |
| parents | 84d3f47e6258 |
| children | 18c18cbc0967 |
line wrap: on
line diff
--- a/src/connection.c Thu Aug 18 21:00:50 2005 +0000 +++ b/src/connection.c Fri Aug 19 01:15:13 2005 +0000 @@ -121,7 +121,6 @@ gc = g_new0(GaimConnection, 1); GAIM_DBUS_REGISTER_POINTER(gc, GaimConnection); - gc->prpl = prpl; if ((password != NULL) && (*password != '\0')) gc->password = g_strdup(password);
