summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Oesterholt <hans@oesterholt.net>2013-01-17 11:07:18 +0100
committerHans Oesterholt <hans@oesterholt.net>2013-01-17 11:07:18 +0100
commitd809af1e1f7998dece802b08c5e0cc39e1eb3a10 (patch)
tree83209ac99dcc81678267dc38787553108ab49cc8
parent465e62764aab6a059f3b4c872091e0bac8da61e2 (diff)
CueSheets: Some more work on MusicToDevice (splitting music files to a device)
-rw-r--r--src/CueSheets/Banshee.CueSheets/Gui/MusicToDevice.cs2
-rw-r--r--src/CueSheets/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/CueSheets/Banshee.CueSheets/Gui/MusicToDevice.cs b/src/CueSheets/Banshee.CueSheets/Gui/MusicToDevice.cs
index 863925c..4583ce2 100644
--- a/src/CueSheets/Banshee.CueSheets/Gui/MusicToDevice.cs
+++ b/src/CueSheets/Banshee.CueSheets/Gui/MusicToDevice.cs
@@ -46,7 +46,7 @@ namespace Banshee.CueSheets
_splt.SplitWithPaths ();
- bool convert_to_latin1=true;
+ bool convert_to_latin1=true;
_splt.SplitToDir (fn,convert_to_latin1);
GLib.Timeout.Add(50,delegate () {
diff --git a/src/CueSheets/Makefile.am b/src/CueSheets/Makefile.am
index cfa8f86..a23d478 100644
--- a/src/CueSheets/Makefile.am
+++ b/src/CueSheets/Makefile.am
@@ -26,6 +26,6 @@ SOURCES = \
Banshee.CueSheets/Tools/Tools.cs \
Banshee.CueSheets/Version/CS_Info.cs
-RESOURCES = CueSheets.addin.xml
+RESOURCES = CueSheets.addin.xml Resources/GlobalUI.xml
include $(top_srcdir)/build/build.mk