/soc/2013/ankitkv/gobjectification: ad74ae1c924c: Added NULL acc...

Ankit Vani a at nevitus.org
Wed Jun 19 17:21:30 EDT 2013


Changeset: ad74ae1c924cfa04e8f87f6f0426b903499283d9
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2013-06-20 00:34 +0530
Branch:	 soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/ad74ae1c924c

Description:

Added NULL account UI ops for privacy functions in finch

diffstat:

 finch/gntaccount.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff --git a/finch/gntaccount.c b/finch/gntaccount.c
--- a/finch/gntaccount.c
+++ b/finch/gntaccount.c
@@ -1157,7 +1157,8 @@ static PurpleAccountUiOps ui_ops =
 	NULL,
 	NULL,
 	NULL,
-	NULL
+	NULL,
+	NULL, NULL, NULL, NULL
 };
 
 PurpleAccountUiOps *finch_accounts_get_ui_ops()



More information about the Commits mailing list