[f-spot] 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] Make it possible to click import during photo scan.
- Date: Sat, 5 Jun 2010 20:54:57 +0000 (UTC)
commit 192fbcbad25ac88cf8bb6da457104fe3eaaf5331
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]