Mercurial > pidgin
diff src/connection.c @ 10193:17dcff7a5c77
[gaim-migrate @ 11308]
I replaced the currently logo with a modified version created by
Steven Garrity. This one is wider and less-tall. Nathan
Fredrickson sent this to gaim-devel in Februrary and I just
realized that I like it. Thanks guys!
I like it because there's no more empty gray-space to the left
and right of the logo. And I think it creates a bolder
distinction between the login window and the buddy list.
I also removed the version number from the about window, since
it's super-imposed on the logo.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 16 Nov 2004 02:56:09 +0000 |
| parents | eaec201b2688 |
| children | 56b53036e48c |
line wrap: on
line diff
--- a/src/connection.c Tue Nov 16 02:47:14 2004 +0000 +++ b/src/connection.c Tue Nov 16 02:56:09 2004 +0000 @@ -352,7 +352,7 @@ gaim_log_write(log, GAIM_MESSAGE_SYSTEM, gaim_account_get_username(account), gc->login_time, msg); - g_free(msg); + g_free(msg); } gaim_signal_emit(gaim_connections_get_handle(), "signed-on", gc);
