Author: gburt
Date: Thu Jan 31 08:07:28 2008
New Revision: 3120
URL: http://svn.gnome.org/viewvc/banshee?rev=3120&view=rev
Log:
2008-01-31 Gabriel Burt <[EMAIL PROTECTED]>
* src/Core/Banshee.Base/Dap/Dap.cs: Actually fix it (hopefully..)
Modified:
branches/banshee/stable/ChangeLog
branches/banshee/stable/src/Core/Banshee.Base/Dap/Dap.cs
Modified: branches/banshee/stable/src/Core/Banshee.Base/Dap/Dap.cs
==============================================================================
--- branches/banshee/stable/src/Core/Banshee.Base/Dap/Dap.cs (original)
+++ branches/banshee/stable/src/Core/Banshee.Base/Dap/Dap.cs Thu Jan 31
08:07:28 2008
@@ -723,7 +723,7 @@
}
if (device.PropertyExists
("portable_audio_player.access_method.protocols")) {
- if (Array.IndexOf (device.GetPropertyStringList
("portable_audio_player.access_method.protocols"), type) > 0) {
+ if (Array.IndexOf (device.GetPropertyStringList
("portable_audio_player.access_method.protocols"), type) != -1) {
return true;
}
}
_______________________________________________
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.