[f-spot] Select selected URI in option menu



commit fd5e26e49f96594412c9920ca0e4b7a0fe7ee9c8
Author: Paul Wellner Bou <paul purecodes org>
Date:   Thu May 20 13:07:08 2010 +0200

    Select selected URI in option menu
    
    https://bugzilla.gnome.org/show_bug.cgi?id=619171

 src/ImportCommand.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ImportCommand.cs b/src/ImportCommand.cs
index 1e98d1c..dfc65ad 100644
--- a/src/ImportCommand.cs
+++ b/src/ImportCommand.cs
@@ -318,6 +318,7 @@ public class ImportCommand : GladeDialog
 					SourceItem uri_item = new SourceItem (new VfsSource (uri));
 					menu.Prepend (uri_item);
 					uri_item.ShowAll ();
+					source_option_menu.SetHistory (0);
 					ImportUri = uri;
 				}
 			} else if (item.Source is VfsSource) {



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