banshee r3010 - branches/banshee/stable/ext/libmtp-sharp
- From: alanmc svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r3010 - branches/banshee/stable/ext/libmtp-sharp
- Date: Tue, 22 Jan 2008 18:20:54 +0000 (GMT)
Author: alanmc
Date: Tue Jan 22 18:20:53 2008
New Revision: 3010
URL: http://svn.gnome.org/viewvc/banshee?rev=3010&view=rev
Log:
* MtpDevice.cs: should be enumerating over the root folders not an
emtpy list.
Modified:
branches/banshee/stable/ext/libmtp-sharp/MtpDevice.cs
Modified: branches/banshee/stable/ext/libmtp-sharp/MtpDevice.cs
==============================================================================
--- branches/banshee/stable/ext/libmtp-sharp/MtpDevice.cs (original)
+++ branches/banshee/stable/ext/libmtp-sharp/MtpDevice.cs Tue Jan 22 18:20:53 2008
@@ -127,7 +127,7 @@
/// </summary>
private void SetDefaultFolders ()
{
- List<Folder> folders = new List<Folder>();
+ List<Folder> folders = GetRootFolders();
foreach (Folder f in folders)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]