[f-spot] Added FIXME tag as a reminder to fix printing



commit c73b4a4d2f3d53da25459d28f7662b8808b58c27
Author: Stephen Shaw <sshaw decriptor com>
Date:   Fri Sep 30 15:44:59 2011 -0600

    Added FIXME tag as a reminder to fix printing
    
    f_pixbuf_from_cairo_surface was removed from libfspot
    in a previous commit.  This is just a reminder to fix
    this.

 src/Clients/MainApp/FSpot/PrintOperation.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Clients/MainApp/FSpot/PrintOperation.cs b/src/Clients/MainApp/FSpot/PrintOperation.cs
index fc0621e..c5aaaf5 100644
--- a/src/Clients/MainApp/FSpot/PrintOperation.cs
+++ b/src/Clients/MainApp/FSpot/PrintOperation.cs
@@ -271,6 +271,7 @@ namespace FSpot
 			cr.Restore ();
 		}
 
+		//FIXME: f_pixbuf_from_cairo_surface is missing from libfspot
 		[DllImport("libfspot")]
 		static extern IntPtr f_pixbuf_from_cairo_surface (IntPtr handle);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]