~ubuntu-branches/ubuntu/wily/gnomad2/wily

« back to all changes in this revision

Viewing changes to src/player.c

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-10-07 17:54:56 UTC
  • mfrom: (1.1.4 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061007175456-o2l26brr97j7ex6c
Tags: 2.8.8-1.1
* Non-maintainer upload.
* Use $(CURDIR) instead of $(PWD) in debian/rules (closes: #390390).
* Added version to debhelper build-dependency to match debian/compat.

Show diffs side-by-side

added added

removed removed

Lines of Context:
438
438
  GtkWidget *hbox, *hbox2, *hbox3, *vbox;
439
439
  GtkObject *adj;
440
440
 
 
441
  // Playback on MTP devices not supported. (Yet.)
 
442
  if (jukebox_is_mtp()) {
 
443
    create_error_dialog(_("Playback is not supported on MTP devices"));
 
444
    return;
 
445
  }
441
446
  play_thread_args.metalist = metalist;
442
447
  dialog = gtk_dialog_new();
443
448
  gtk_window_set_title (GTK_WINDOW (dialog), (_("Playing tracks on the jukebox")));