diff src/protocols/sametime/sametime.c @ 11533:c9b815aeddc1

[gaim-migrate @ 13782] Pushing more of the userinfo stuff to the UI. Also, fixed a notify API warning in the perl plugin. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 12 Sep 2005 20:04:37 +0000
parents bf763a1b2454
children 16796e09b9c1
line wrap: on
line diff
--- a/src/protocols/sametime/sametime.c	Mon Sep 12 18:52:53 2005 +0000
+++ b/src/protocols/sametime/sametime.c	Mon Sep 12 20:04:37 2005 +0000
@@ -3454,7 +3454,7 @@
   /* @todo emit a signal to allow a plugin to override the display of
      this notification, so that it can create its own */
 
-  gaim_notify_userinfo(gc, who, "Meanwhile User Status", NULL, str->str, NULL, NULL);
+  gaim_notify_userinfo(gc, who, str->str, NULL, NULL);
 
   g_string_free(str, TRUE);
 }