Revision: 1851
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1851&view=rev
Author: Sikon
Date: 2007-12-20 04:22:53 -0800 (Thu, 20 Dec 2007)
Log Message:
-----------
Applied patch from gtkpod-devel
Modified Paths:
--------------
gtkpod/trunk/ChangeLog
gtkpod/trunk/src/display_itdb.c
Modified: gtkpod/trunk/ChangeLog
===================================================================
--- gtkpod/trunk/ChangeLog 2007-12-20 11:34:59 UTC (rev 1850)
+++ gtkpod/trunk/ChangeLog 2007-12-20 12:22:53 UTC (rev 1851)
@@ -1,3 +1,18 @@
+2007-12-20 Matvey Kozhev <sikon at users.sourceforge.net>
+
+ * data/gtkpod.glade:
+ * src/prefsdlg.c:
+ * src/Makefile.am:
+ Mockup of the new preferences dialog, available in
+ Edit -> Preferences (Experimental).
+
+ * src/display_itdb.c:
+ gtkpod.track_add_extra.typo.awn.1.patch by Andrew W. Nosenko
+ <[EMAIL PROTECTED]>:
+
+ Fix typo, avoid re-creating ExtraTrackData if it already exists
+ as consequence.
+
2007-12-19 Matvey Kozhev <sikon at users.sourceforge.net>
* COPYING-DOCS:
Modified: gtkpod/trunk/src/display_itdb.c
===================================================================
--- gtkpod/trunk/src/display_itdb.c 2007-12-20 11:34:59 UTC (rev 1850)
+++ gtkpod/trunk/src/display_itdb.c 2007-12-20 12:22:53 UTC (rev 1851)
@@ -251,7 +251,7 @@
{
g_return_if_fail (track);
- if (!track->userdata);
+ if (!track->userdata)
{
ExtraTrackData *etr = g_new0 (ExtraTrackData, 1);
track->userdata = etr;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2