src/gtknotify.c

changeset 5476
6f863ea68018
parent 5437
4bd5c5d271e6
child 5519
5ac50d7f3689
--- a/src/gtknotify.c	Thu May 22 01:31:56 2003 +0000
+++ b/src/gtknotify.c	Thu May 22 05:23:14 2003 +0000
@@ -24,6 +24,11 @@
 #include "stock.h"
 #include <gtk/gtk.h>
 
+static void *gaim_gtk_notify_emails(size_t count, const char **subjects,
+									const char **froms, const char **tos,
+									const char **urls, GCallback cb,
+									void *user_data);
+
 static void *
 gaim_gtk_notify_message(GaimNotifyMsgType type, const char *title,
 						const char *primary, const char *secondary,
@@ -98,7 +103,7 @@
 					  const char *to, const char *url,
 					  GCallback cb, void *user_data)
 {
-	return NULL;
+	return gaim_gtk_notify_emails(1, &subject, &from, &to, &url, cb, user_data);
 }
 
 static void *

mercurial