/pidgin/main: 082a1954bd14: Fix comment.

Mark Doliner mark at kingant.net
Sun Feb 16 13:57:46 EST 2014


Changeset: 082a1954bd1433c254add370bf608b367a73d2f8
Author:	 Mark Doliner <mark at kingant.net>
Date:	 2014-02-16 10:57 -0800
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/082a1954bd14

Description:

Fix comment.

These are not actually padding.

diffstat:

 finch/gntxfer.c |  10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diffs (20 lines):

diff --git a/finch/gntxfer.c b/finch/gntxfer.c
--- a/finch/gntxfer.c
+++ b/finch/gntxfer.c
@@ -520,12 +520,10 @@ static PurpleXferUiOps ops =
 	finch_xfer_update_progress,
 	finch_xfer_cancel_local,
 	finch_xfer_cancel_remote,
-
-	/* padding */
-	NULL,
-	NULL,
-	NULL,
-	NULL
+	NULL, /* ui_write */
+	NULL, /* ui_read */
+	NULL, /* data_not_sent */
+	NULL  /* add_thumbnail */
 };
 
 /**************************************************************************



More information about the Commits mailing list