~ubuntu-branches/ubuntu/feisty/sound-juicer/feisty

« back to all changes in this revision

Viewing changes to src/sj-main.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-09-05 12:01:48 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20060905120148-sgdn5bdekl6bn00y
Tags: 2.16.0-0ubuntu1
* New upstream version:
  - Fix authenticated proxy

Show diffs side-by-side

added added

removed removed

Lines of Context:
979
979
 
980
980
    host = gconf_client_get_string (client, GCONF_HTTP_PROXY, NULL);
981
981
    sj_metadata_set_proxy (metadata, host);
 
982
    g_free (host);
982
983
    port = gconf_client_get_int (client, GCONF_HTTP_PROXY_PORT, NULL);
983
984
    sj_metadata_set_proxy_port (metadata, port);
984
985
  }