pidgin.mxit: a2c3ab4d: Use the new API in v3.0.0 to hide the Us...
andrew.victor at mxit.com
andrew.victor at mxit.com
Sun Aug 21 11:31:23 EDT 2011
----------------------------------------------------------------------
Revision: a2c3ab4db5280e4e2713c95c2dfeb5127d9b0ae2
Parent: 6a3a6cd4fffb29acd324113fb6a8f2d65f0b3f46
Author: andrew.victor at mxit.com
Date: 08/21/11 10:50:21
Branch: im.pidgin.pidgin.mxit
URL: http://d.pidgin.im/viewmtn/revision/info/a2c3ab4db5280e4e2713c95c2dfeb5127d9b0ae2
Changelog:
Use the new API in v3.0.0 to hide the UserId column in the search-results.
Changes against parent 6a3a6cd4fffb29acd324113fb6a8f2d65f0b3f46
patched libpurple/protocols/mxit/profile.c
-------------- next part --------------
============================================================
--- libpurple/protocols/mxit/profile.c 9459504e534978fe9d2242db9d8b64d0377146ad
+++ libpurple/protocols/mxit/profile.c 63a11aae3f100a9c56b11ef34f25bca8fe657a36
@@ -281,6 +281,7 @@ void mxit_show_search_results( struct MX
/* define columns */
column = purple_notify_searchresults_column_new( _( "UserId" ) );
+ purple_notify_searchresult_column_set_visible( column, FALSE );
purple_notify_searchresults_column_add( results, column );
column = purple_notify_searchresults_column_new( _( "Display Name" ) );
purple_notify_searchresults_column_add( results, column );
More information about the Commits
mailing list