[f-spot/replace-import] Make it possible to click import during photo scan.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot/replace-import] Make it possible to click import during photo scan.
- Date: Sat, 5 Jun 2010 18:56:54 +0000 (UTC)
commit 96aa775d3a430c82151720e1680e6e601925e5f4
Author: Ruben Vermeersch <ruben savanne be>
Date: Sat Jun 5 20:56:18 2010 +0200
Make it possible to click import during photo scan.
src/UI.Dialog/ImportDialog.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/UI.Dialog/ImportDialog.cs b/src/UI.Dialog/ImportDialog.cs
index f4c87db..b5179fa 100644
--- a/src/UI.Dialog/ImportDialog.cs
+++ b/src/UI.Dialog/ImportDialog.cs
@@ -245,8 +245,6 @@ namespace FSpot.UI.Dialog
break;
case ImportEvent.ImportStarted:
- import_button.Sensitive = false;
- OptionsSensitive = false;
ShowImportProgress ();
break;
@@ -272,6 +270,8 @@ namespace FSpot.UI.Dialog
{
Controller.AttachTags (tag_entry.GetTypedTagNames ());
Controller.StartImport ();
+ import_button.Sensitive = false;
+ OptionsSensitive = false;
}
void CancelImport ()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]