comparison plugins/notify.c @ 11690:872932089400

[gaim-migrate @ 13976] Removing the a_virgin field from GaimGtkImPane. It's no longer used. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 17 Oct 2005 23:04:59 +0000
parents 243dd81341a7
children 89e416ac9ef7
comparison
equal deleted inserted replaced
11689:9c0612901c3e 11690:872932089400
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 * 24 *
25 */ 25 */
26
27 /* TODO conversations have an a_virgin member which seems to be used to detect
28 * when a conversation was created remotely as opposed to remotely, look at
29 * code for sounds on first message to see how it's used and use it to allow
30 * for notifying on first message I don't think this is going to work because
31 * the check for this in the source comes after all the conversation signals
32 * are fired. */
33 26
34 /* TODO 27 /* TODO
35 * 22:22:17 <seanegan> deryni: speaking of notify.c... you know what else 28 * 22:22:17 <seanegan> deryni: speaking of notify.c... you know what else
36 * might be a neat feature? 29 * might be a neat feature?
37 * 22:22:30 <seanegan> Changing the window icon. 30 * 22:22:30 <seanegan> Changing the window icon.