diff plugins/ticker/ticker.c @ 11338:17142948653e

[gaim-migrate @ 13551] Change the GAIM_CONV_IM and GAIM_CONV_CHAT enums to GAIM_CONV_TYPE_IM and GAIM_CONV_TYPE_CHAT. This touched A LOT of files. Also combined two oscar header files (one of them was small and dorky). committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 25 Aug 2005 02:33:44 +0000
parents 519dc2186438
children cb73483c9f63
line wrap: on
line diff
--- a/plugins/ticker/ticker.c	Thu Aug 25 00:27:12 2005 +0000
+++ b/plugins/ticker/ticker.c	Thu Aug 25 02:33:44 2005 +0000
@@ -89,7 +89,7 @@
 static gboolean buddy_click_cb(GtkWidget *widget, GdkEventButton *event, gpointer user_data) {
 	GaimBuddy *b = user_data;
 
-	gaim_conversation_new(GAIM_CONV_IM, b->account, b->name);
+	gaim_conversation_new(GAIM_CONV_TYPE_IM, b->account, b->name);
 	return TRUE;
 }