f-spot r4232 - trunk/dpap-sharp/lib
- From: apart svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r4232 - trunk/dpap-sharp/lib
- Date: Sun, 10 Aug 2008 08:56:26 +0000 (UTC)
Author: apart
Date: Sun Aug 10 08:56:25 2008
New Revision: 4232
URL: http://svn.gnome.org/viewvc/f-spot?rev=4232&view=rev
Log:
Commented out Gdk.Pixbuf reference
Modified:
trunk/dpap-sharp/lib/Database.cs
Modified: trunk/dpap-sharp/lib/Database.cs
==============================================================================
--- trunk/dpap-sharp/lib/Database.cs (original)
+++ trunk/dpap-sharp/lib/Database.cs Sun Aug 10 08:56:25 2008
@@ -492,11 +492,9 @@
MemoryStream data = new MemoryStream ();
//while ( count < photosData.Length - fileDataNode.Value)
data.Write(photosData, (int)off, (int)photosData.Length-off);
- writer.Write(photosData, (int)off, (int)photosData.Length-off);
data.Position = 0;
- Gdk.Pixbuf pb = new Gdk.Pixbuf(data);
+// Gdk.Pixbuf pb = new Gdk.Pixbuf(data);
data.Close();
- writer.Close();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]