~ubuntu-branches/ubuntu/intrepid/gupnp-tools/intrepid

« back to all changes in this revision

Viewing changes to src/universal-cp/details-treeview.c

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2008-06-17 10:37:54 UTC
  • mfrom: (1.1.3 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080617103754-az25x0w6azk19imm
Tags: 0.6-1
* New upstream release
* Bump build-deps to ensure new libs are used

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
        details[i++] = gupnp_device_info_get_serial_number (info);
382
382
        details[i++] = "UPC";
383
383
        details[i++] = gupnp_device_info_get_upc (info);
 
384
        details[i++] = "Presentation URL";
 
385
        details[i++] = gupnp_device_info_get_presentation_url (info);
384
386
        details[i] = NULL;
385
387
 
386
388
        update_details ((const char **) details);