~ubuntu-branches/ubuntu/utopic/gossip/utopic

« back to all changes in this revision

Viewing changes to libgossip/gossip-session.c

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons
  • Date: 2007-04-17 01:15:10 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20070417011510-479gmj79geztkdhd
Tags: 0.24-2
* Target unstable
* Build-depend on libnotify-dev (>= 0.4.4-3)
* Build-depend on gnome-pkg-tools (>= 0.6) for
  /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
* Add versioned depend on gossip-common

Show diffs side-by-side

added added

removed removed

Lines of Context:
924
924
        protocol = gossip_protocol_new_from_account_type (type);
925
925
        g_return_val_if_fail (GOSSIP_IS_PROTOCOL (protocol), NULL);
926
926
 
927
 
        account = gossip_protocol_new_account (protocol);
 
927
        account = gossip_protocol_new_account (protocol, type);
928
928
        priv->protocols = g_list_append (priv->protocols,
929
929
                                         g_object_ref (protocol));
930
930