[gthumb] contact_sheet: go to the destination folder when finished



commit 87f7a495f28851c2c9cac07f943d2096d50c68ff
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Jan 1 15:13:42 2011 +0100

    contact_sheet: go to the destination folder when finished

 .../contact_sheet/gth-contact-sheet-creator.c      |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/extensions/contact_sheet/gth-contact-sheet-creator.c b/extensions/contact_sheet/gth-contact-sheet-creator.c
index ab53909..b008030 100644
--- a/extensions/contact_sheet/gth-contact-sheet-creator.c
+++ b/extensions/contact_sheet/gth-contact-sheet-creator.c
@@ -850,6 +850,9 @@ export (GthContactSheetCreator *self)
 					    self->priv->destination,
 					    self->priv->created_files,
 					    GTH_MONITOR_EVENT_CREATED);
+		if (error == NULL)
+			gth_browser_go_to (self->priv->browser, self->priv->destination, (GFile *) self->priv->created_files->data);
+
 		_g_object_list_unref (self->priv->created_files);
 		self->priv->created_files = NULL;
 	}



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