Mercurial > pidgin.yaz
changeset 14619:6ff3eb035e08
[gaim-migrate @ 17347]
conversation-timestamp takes a GaimConversation, somehow the two -timestamp
signals got a little crossed (or miscopied and pasted).
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Mon, 25 Sep 2006 07:27:02 +0000 |
parents | 2f0b4d0de5bb |
children | a426f0945575 |
files | gtk/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk/gtkconv.c Mon Sep 25 06:01:12 2006 +0000 +++ b/gtk/gtkconv.c Mon Sep 25 07:27:02 2006 +0000 @@ -6573,7 +6573,7 @@ #endif gaim_value_new(GAIM_TYPE_POINTER), 2, gaim_value_new(GAIM_TYPE_SUBTYPE, - GAIM_SUBTYPE_LOG), + GAIM_SUBTYPE_CONVERSATION), #if SIZEOF_TIME_T == 4 gaim_value_new(GAIM_TYPE_INT)); #elif SIZEOF_TIME_T == 8