[gthumb] Removed some cache references in the web album exporter



commit 120926a11e53aff26672b57d64823e13563d4e78
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Fri May 8 15:58:13 2009 -0400

    Removed some cache references in the web album exporter
---
 src/catalog-png-exporter.c |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/catalog-png-exporter.c b/src/catalog-png-exporter.c
index 7e46c4d..039f2de 100644
--- a/src/catalog-png-exporter.c
+++ b/src/catalog-png-exporter.c
@@ -1621,7 +1621,6 @@ begin_page (CatalogPngExporter *ce,
 {
 	GError            *error = NULL;
 	int                width, height;
-	char              *local_file;
 	char              *filename;
 	char              *name;
 	char              *line;
@@ -1673,12 +1672,9 @@ begin_page (CatalogPngExporter *ce,
 	 *   
 	 *   This is a temporary workaround. Getting rid of ce->imap_uri
 	 *   requires converting to GFile: 
-	 *   1) get_cache_uri_from_uri 
-	 *   2) recipients of all_windows_notify_files_created  
+	 *   1) recipients of all_windows_notify_files_created  
 	 */
-	local_file = get_cache_uri_from_uri (ce->imap_uri);
-	ce->imap_gfile = g_file_new_for_uri (local_file);
-	g_free (local_file);
+	ce->imap_gfile = g_file_new_for_uri (ce->imap_uri);
 	
 	ce->ostream = g_file_replace (ce->imap_gfile, 
 				      NULL,



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