Mercurial > pidgin.yaz
comparison pidgin/gtkft.c @ 27789:9f67f9a58564
propagate from branch 'im.pidgin.pidgin' (head eced0f42ca756a36e09e9f4adbb007d835ff8795)
to branch 'im.pidgin.pidgin.yaz' (head 0d2c8bbde81469290c4bf35b315222ac6e47f1b9)
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 12 Mar 2008 17:02:04 +0000 |
parents | c2b9399d95b2 |
children | 19ab21882b38 |
comparison
equal
deleted
inserted
replaced
27788:9cd7baa0627e | 27789:9f67f9a58564 |
---|---|
1062 COLUMN_PROGRESS, purple_xfer_get_progress(xfer), | 1062 COLUMN_PROGRESS, purple_xfer_get_progress(xfer), |
1063 COLUMN_SIZE, size_str, | 1063 COLUMN_SIZE, size_str, |
1064 COLUMN_REMAINING, remaining_str, | 1064 COLUMN_REMAINING, remaining_str, |
1065 -1); | 1065 -1); |
1066 | 1066 |
1067 g_free(size_str); | |
1068 g_free(remaining_str); | |
1069 | |
1067 if (purple_xfer_is_completed(xfer)) | 1070 if (purple_xfer_is_completed(xfer)) |
1068 { | 1071 { |
1069 GdkPixbuf *pixbuf; | 1072 GdkPixbuf *pixbuf; |
1070 | 1073 |
1071 pixbuf = gtk_widget_render_icon(dialog->window, | 1074 pixbuf = gtk_widget_render_icon(dialog->window, |