[gthumb] Fixed a warning on some broken code



commit 0292c06ec7a21f4f67b6093b040794f9be79dfd7
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Mon Jun 8 15:30:30 2009 -0400

    Fixed a warning on some broken code
---
 src/gth-application.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/gth-application.c b/src/gth-application.c
index ba8a985..8836505 100644
--- a/src/gth-application.c
+++ b/src/gth-application.c
@@ -165,7 +165,9 @@ impl_gth_application_import_photos (PortableServer_Servant  _servant,
 				    CORBA_Environment      *ev)
 {
 	gth_browser_activate_action_file_camera_import (NULL, NULL);
-	dlg_photo_importer (NULL, uri, TRUE);
+
+	/* This is broken, because I'm not sure how to pass a gfile */
+	dlg_photo_importer (NULL, NULL, TRUE);
 }
 
 



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