~jcowgill/ubuntu/trusty/easytag/bug-1295882

« back to all changes in this revision

Viewing changes to src/misc.c

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2012-04-13 21:14:54 UTC
  • mfrom: (8.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120413211454-32npmljr4ftjth3u
Tags: 2.1.7-1ubuntu1
* Merge from Debian unstable (LP: #883019, #979316)
  remaining Ubuntu changes:
  + debian/control:
    - Add easytag-aac transitional package.
  + debian/install:
    - Install upstream files to easytag binary package.
  + debian/rules:
    - Do not fail on deleting ChangeLog file if it doesn't exist.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3355
3355
        g_free(list_text);
3356
3356
    }
3357
3357
 
3358
 
    g_free(currentPath);
 
3358
    gtk_tree_path_free(currentPath);
3359
3359
 
3360
3360
    Browser_List_Refresh_Whole_List();
3361
3361
    ET_Display_File_Data_To_UI(ETCore->ETFileDisplayed);