From: Casey H. <cas...@gm...> - 2007-03-25 16:51:26
|
Andy wrote: >> Adding a menutray icon for a pending file transfer on the other hand is >> not a particularly bad idea, if subtle and only sort of helpful. > I'd be equally as happy with that. I only suggested a combination of; > 1. the tray icon. > 2. the sound prompt > 3. the in window accept/reject dialogue I haven't followed all of this thread, but I'd thought I'd chime in and say implementing #2 should be trivial (add event to libgaim/sound.h, add entry to sounds[] in gtk/gtksound.c, connect to file-recv-request signal and play the sound in gtk/gtksound.c). However, this will introduce new strings which need translating (HEAD is string frozen, right?). -casey |