~serge-hallyn/ubuntu/precise/rhythmbox/rhythmbox-sort

« back to all changes in this revision

Viewing changes to widgets/rb-song-display-box.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-12-02 19:23:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051202192318-7ayjionj59dq1wk4
Tags: 0.9.2-0ubuntu3
* debian/control.in:
  - Build-Depends on libmusicbrainz4-dev so rhythmbox does the CD 
    query on internet (Ubuntu: #20363).

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
{
132
132
        RBSongDisplayBox *displaybox;
133
133
 
134
 
        displaybox = g_object_new (RB_TYPE_SONG_DISPLAY_BOX, NULL);
 
134
        displaybox = g_object_new (RB_TYPE_SONG_DISPLAY_BOX, NULL, NULL);
135
135
 
136
136
        return GTK_WIDGET (displaybox);
137
137
}