Another hiding question

aluink at gmail.com aluink at gmail.com
Mon Mar 16 00:13:04 EDT 2009


In gtkblist.c:1181 the cnode->next should be changed to purple_blist_node_next(cnode, bool) where bool is TRUE, FALSE, or will it depend on some setting?

In case your code lines are slightly different than mine,

/* in gtk_blist_row_collapsed_cb */
    for(cnode = purple_blist_node_get_first_child(node); cnode; cnode = cnode->next) {  /* This line here */
      if (PURPLE_BLIST_NODE_IS_CONTACT(cnode)) {
        gtknode = cnode->ui_data;
        if (!gtknode->contact_expanded)
          continue;
        gtknode->contact_expanded = FALSE;
        pidgin_blist_update_contact(NULL, cnode);
      }    
    }



"None are more hopelessly enslaved than those who falsely believe they are free."
                                      --Goethe

"Freedom is living without government coercion."
                   --Ron Paul (www.ronpaul2008.com)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 900 bytes
Desc: OpenPGP digital signature
URL: <http://pidgin.im/pipermail/devel/attachments/20090316/8e9208e2/attachment.sig>


More information about the Devel mailing list