comparison 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
comparison
equal deleted inserted replaced
11337:1462b64f8fc9 11338:17142948653e
87 } 87 }
88 88
89 static gboolean buddy_click_cb(GtkWidget *widget, GdkEventButton *event, gpointer user_data) { 89 static gboolean buddy_click_cb(GtkWidget *widget, GdkEventButton *event, gpointer user_data) {
90 GaimBuddy *b = user_data; 90 GaimBuddy *b = user_data;
91 91
92 gaim_conversation_new(GAIM_CONV_IM, b->account, b->name); 92 gaim_conversation_new(GAIM_CONV_TYPE_IM, b->account, b->name);
93 return TRUE; 93 return TRUE;
94 } 94 }
95 95
96 static TickerData *buddy_ticker_find_buddy(GaimBuddy *b) { 96 static TickerData *buddy_ticker_find_buddy(GaimBuddy *b) {
97 GList *tb; 97 GList *tb;