Mercurial > pidgin.yaz
comparison finch/gntconv.c @ 17391:9c4bd2458677
merge of '3a7f04e7907df7b5f5c519fa276ec6429d2ab9b5'
and 'f8d668cdc8af86a6e2020c1a2accb9a0aec396f1'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 25 May 2007 00:15:33 +0000 |
parents | 319bcb73eb4e |
children | 289ac53f753f |
comparison
equal
deleted
inserted
replaced
17294:1c62deca5958 | 17391:9c4bd2458677 |
---|---|
311 | 311 |
312 static void | 312 static void |
313 get_info_cb(GntMenuItem *item, gpointer ggconv) | 313 get_info_cb(GntMenuItem *item, gpointer ggconv) |
314 { | 314 { |
315 FinchConv *ggc = ggconv; | 315 FinchConv *ggc = ggconv; |
316 PurpleNotifyUserInfo *info = purple_notify_user_info_new(); | 316 finch_retrieve_user_info(purple_conversation_get_gc(ggc->active_conv), |
317 purple_notify_user_info_add_pair(info, _("Information"), _("Retrieving...")); | |
318 purple_notify_userinfo(ggc->active_conv->account->gc, purple_conversation_get_name(ggc->active_conv), info, NULL, NULL); | |
319 purple_notify_user_info_destroy(info); | |
320 | |
321 serv_get_info(purple_conversation_get_gc(ggc->active_conv), | |
322 purple_conversation_get_name(ggc->active_conv)); | 317 purple_conversation_get_name(ggc->active_conv)); |
323 } | 318 } |
324 | 319 |
325 static void | 320 static void |
326 toggle_timestamps_cb(GntMenuItem *item, gpointer ggconv) | 321 toggle_timestamps_cb(GntMenuItem *item, gpointer ggconv) |