comparison src/gtkpounce.c @ 8862:f17670a9e4ef

[gaim-migrate @ 9630] (13:53:02) Paco: Did you intend to commit the en_CA.po with that? (13:53:14) Me: yes (13:53:26) Paco: I didn't get it :-) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 03 May 2004 17:53:46 +0000
parents 721899998983
children 06b28fb24300
comparison
equal deleted inserted replaced
8861:07f57b71bd5e 8862:f17670a9e4ef
36 #include "gtkblist.h" 36 #include "gtkblist.h"
37 #include "gtkpounce.h" 37 #include "gtkpounce.h"
38 #include "gtkutils.h" 38 #include "gtkutils.h"
39 39
40 #include "ui.h" 40 #include "ui.h"
41 #include "util.h"
41 42
42 typedef struct 43 typedef struct
43 { 44 {
44 /* Pounce data */ 45 /* Pounce data */
45 GaimPounce *pounce; 46 GaimPounce *pounce;
908 (events & GAIM_POUNCE_IDLE) ? _("%s has become idle") : 909 (events & GAIM_POUNCE_IDLE) ? _("%s has become idle") :
909 (events & GAIM_POUNCE_AWAY) ? _("%s has gone away.") : 910 (events & GAIM_POUNCE_AWAY) ? _("%s has gone away.") :
910 _("Unknown pounce event. Please report this!"), 911 _("Unknown pounce event. Please report this!"),
911 alias); 912 alias);
912 913
913 gaim_notify_info(NULL, NULL, tmp, NULL); 914 gaim_notify_info(NULL, NULL, tmp, (char*)gaim_date_full());
914 } 915 }
915 916
916 if (gaim_pounce_action_is_enabled(pounce, "send-message")) { 917 if (gaim_pounce_action_is_enabled(pounce, "send-message")) {
917 const char *message; 918 const char *message;
918 919