Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/easytag/files: easytag-2.1.6-load-from-txt.patch
Date: Thu, 29 Jul 2010 23:16:08
Message-Id: 20100729231604.C12092CAD8@corvid.gentoo.org
1 ssuominen 10/07/29 23:16:04
2
3 Added: easytag-2.1.6-load-from-txt.patch
4 Log:
5 Include "load from txt" patch from Fedora wrt #329575 by Leonid Podolny.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/easytag/files/easytag-2.1.6-load-from-txt.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/files/easytag-2.1.6-load-from-txt.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/files/easytag-2.1.6-load-from-txt.patch?rev=1.1&content-type=text/plain
13
14 Index: easytag-2.1.6-load-from-txt.patch
15 ===================================================================
16 http://cvs.fedoraproject.org/viewvc/rpms/easytag/devel/easytag-2.1.6-load-from-txt.patch?view=log
17 http://bugs.gentoo.org/329575
18
19 --- src/misc.c
20 +++ src/misc.c
21 @@ -3327,7 +3327,7 @@ void Load_Filename_Set_Filenames (void)
22 g_free(list_text);
23 }
24
25 - g_free(currentPath);
26 + gtk_tree_path_free(currentPath);
27
28 Browser_List_Refresh_Whole_List();
29 ET_Display_File_Data_To_UI(ETCore->ETFileDisplayed);