comparison finch/plugins/lastlog.c @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents 49a33bd1baf1
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
58 } 58 }
59 59
60 static PurpleCmdRet 60 static PurpleCmdRet
61 lastlog_cb(PurpleConversation *conv, const char *cmd, char **args, char **error, gpointer null) 61 lastlog_cb(PurpleConversation *conv, const char *cmd, char **args, char **error, gpointer null)
62 { 62 {
63 FinchConv *ggconv = conv->ui_data; 63 FinchConv *ggconv = FINCH_CONV(conv);
64 char **strings = g_strsplit(GNT_TEXT_VIEW(ggconv->tv)->string->str, "\n", 0); 64 char **strings = g_strsplit(GNT_TEXT_VIEW(ggconv->tv)->string->str, "\n", 0);
65 GntWidget *win, *tv; 65 GntWidget *win, *tv;
66 int i, j; 66 int i, j;
67 67
68 win = gnt_window_new(); 68 win = gnt_window_new();