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)
                        {
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to