~ubuntu-branches/ubuntu/lucid/libubuntuone/lucid-201004082211

« back to all changes in this revision

Viewing changes to tests/test-music-store.c

  • Committer: Ken VanDine
  • Date: 2010-03-23 20:44:31 UTC
  • mfrom: (37.1.6 upstream)
  • Revision ID: ken.vandine@canonical.com-20100323204431-qf0lf0cs5smfxyb5
* New upstream release.
  - Only show context menu if environment variable defined (LP: #527688)
  - Export library path from music store widget (LP: #536957)
  - Show a temporary view when loading the initial store page (LP: #530247)

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        g_signal_connect (G_OBJECT (music_store), "download-finished", G_CALLBACK (download_finished_cb), NULL);
67
67
        gtk_widget_show (music_store);
68
68
        gtk_container_add (GTK_CONTAINER (window), music_store);
 
69
 
 
70
        g_print ("Music library location: %s\n", u1_music_store_get_library_location (music_store));
69
71
        
70
72
        /* Run the application */
71
73
        gtk_widget_show (window);