summaryrefslogtreecommitdiff
path: root/finch/gntft.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2007-04-30 00:17:43 +0000
committerGary Kramlich <grim@reaperworld.com>2007-04-30 00:17:43 +0000
commitf4511197be3dad83cbd045a4eb8c2762a86884cf (patch)
treebe5ec359c5543e751feffc90adc761eeb098d903 /finch/gntft.c
parent7361c8648dd1c7134149b5e772456eb03457e0a9 (diff)
downloadpidgin-f4511197be3dad83cbd045a4eb8c2762a86884cf.tar.gz
And finch is up to date
Diffstat (limited to 'finch/gntft.c')
-rw-r--r--finch/gntft.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/finch/gntft.c b/finch/gntft.c
index 343babdd91..a721b6305d 100644
--- a/finch/gntft.c
+++ b/finch/gntft.c
@@ -498,7 +498,13 @@ static PurpleXferUiOps ops =
finch_xfer_add_xfer,
finch_xfer_update_progress,
finch_xfer_cancel_local,
- finch_xfer_cancel_remote
+ finch_xfer_cancel_remote,
+
+ /* padding */
+ NULL,
+ NULL,
+ NULL,
+ NULL
};
/**************************************************************************