[f-spot] scroll to top on changing source



commit 5b0c69514d9f1e3094099e692dcb17e29378c20e
Author: Paul Wellner Bou <paul purecodes org>
Date:   Fri May 21 10:36:20 2010 +0200

    scroll to top on changing source
    
    https://bugzilla.gnome.org/show_bug.cgi?id=619171

 src/ImportCommand.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/ImportCommand.cs b/src/ImportCommand.cs
index 30fd7c3..96c944e 100644
--- a/src/ImportCommand.cs
+++ b/src/ImportCommand.cs
@@ -321,6 +321,9 @@ public class ImportCommand : GladeDialog
 		this.Cancel ();
 		this.copy = copy_check.Active;
 
+		// scrolling to top
+		tray.ScrollTo (0);
+
 		if (!item.Sensitive)
 			return;
 



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