Author: alanmc
Date: Sun Feb 10 19:51:49 2008
New Revision: 3206
URL: http://svn.gnome.org/viewvc/banshee?rev=3206&view=rev
Log:
fixed build issue
Modified:
trunk/banshee/ChangeLog
trunk/banshee/src/Dap/Banshee.DapCore/Banshee.DapCore/AsyncDevice.cs
Modified: trunk/banshee/src/Dap/Banshee.DapCore/Banshee.DapCore/AsyncDevice.cs
==============================================================================
--- trunk/banshee/src/Dap/Banshee.DapCore/Banshee.DapCore/AsyncDevice.cs
(original)
+++ trunk/banshee/src/Dap/Banshee.DapCore/Banshee.DapCore/AsyncDevice.cs
Sun Feb 10 19:51:49 2008
@@ -110,7 +110,7 @@
});
}
- public override bool Initialize (Hal.Device halDevice)
+ public override bool Initialize (global::Hal.Device halDevice)
{
return device.Initialize (halDevice);
}
_______________________________________________
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.