From: <de...@us...> - 2006-09-25 07:27:07
|
Revision: 17347 http://svn.sourceforge.net/gaim/?rev=17347&view=rev Author: deryni9 Date: 2006-09-25 00:27:02 -0700 (Mon, 25 Sep 2006) Log Message: ----------- conversation-timestamp takes a GaimConversation, somehow the two -timestamp signals got a little crossed (or miscopied and pasted). Modified Paths: -------------- trunk/gtk/gtkconv.c Modified: trunk/gtk/gtkconv.c =================================================================== --- trunk/gtk/gtkconv.c 2006-09-25 06:01:12 UTC (rev 17346) +++ trunk/gtk/gtkconv.c 2006-09-25 07:27:02 UTC (rev 17347) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |