~ubuntu-branches/debian/jessie/audacious-plugins/jessie

« back to all changes in this revision

Viewing changes to src/filewriter/mp3.c

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-02-20 00:28:16 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20120220002816-mgn4vhn314z6mubs
Tags: 3.2.1-1
* Team upload.
* New upstream bugfix release.
* Remove correct_spelling_error.diff, applied upstream.
* Refresh ffaudio.diff.
* Reintroduce src/psf/*, it seems DFSG clean now.
* Fix and update debian/copyright.
* Update watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
625
625
{
626
626
    if (!strcmp(user_data, "v1") && inside != 1) {
627
627
        if (gtk_toggle_button_get_active
628
 
            (GTK_TOGGLE_BUTTON(tags_only_v1_toggle)) == TRUE);
 
628
            (GTK_TOGGLE_BUTTON(tags_only_v1_toggle)) == TRUE)
629
629
        {
630
630
            inside = 1;
631
631
            gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON
639
639
    }
640
640
    else if (!strcmp(user_data, "v2") && inside != 1) {
641
641
        if (gtk_toggle_button_get_active
642
 
            (GTK_TOGGLE_BUTTON(tags_only_v2_toggle)) == TRUE);
 
642
            (GTK_TOGGLE_BUTTON(tags_only_v2_toggle)) == TRUE)
643
643
        {
644
644
            inside = 1;
645
645
            gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON