Mercurial > pidgin
changeset 541:ee458e99d60f
[gaim-migrate @ 551]
Yoyoyo
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Thu, 27 Jul 2000 22:21:04 +0000 |
parents | f586c3819574 |
children | 872d68495410 |
files | TODO src/about.c |
diffstat | 2 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Thu Jul 27 19:33:18 2000 +0000 +++ b/TODO Thu Jul 27 22:21:04 2000 +0000 @@ -1,3 +1,10 @@ --- STUFF FOR 0.10.1 RELEASE --- - Icons for buddy list (I forget what this was) Ability to merge gaim, toc, aim2, aim4 buddylists + Third sound option for people without soundcards who still want + sound events. Make a PC Speaker Beep (^G / Char 7) + --version command line option + I guess we'll stick those legend icons back in the info + window. I forget why we took them out now. I think + it was because we were going to add minimal IMG tag + support to gtkhtml and never did. +
--- a/src/about.c Thu Jul 27 19:33:18 2000 +0000 +++ b/src/about.c Thu Jul 27 22:21:04 2000 +0000 @@ -66,7 +66,7 @@ g_snprintf(abouttitle, sizeof(abouttitle), _("About GAIM v%s"), VERSION); gtk_window_set_title(GTK_WINDOW(about), abouttitle); gtk_container_border_width(GTK_CONTAINER(about), 2); - gtk_widget_set_usize(about, 510, 390); + gtk_widget_set_usize(about, 525, 390); gtk_widget_show(about); aol_icon(about->window);