[f-spot] Add debug statement to figure out bug 629248
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Add debug statement to figure out bug 629248
- Date: Mon, 13 Sep 2010 13:23:50 +0000 (UTC)
commit 7679eb5a8c412d7cb672c2a5fd88246e667e1f98
Author: Ruben Vermeersch <ruben savanne be>
Date: Mon Sep 13 15:23:22 2010 +0200
Add debug statement to figure out bug 629248
src/Clients/MainApp/FSpot/App.cs | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/src/Clients/MainApp/FSpot/App.cs b/src/Clients/MainApp/FSpot/App.cs
index b5b86ce..0a8fee6 100644
--- a/src/Clients/MainApp/FSpot/App.cs
+++ b/src/Clients/MainApp/FSpot/App.cs
@@ -219,11 +219,12 @@ namespace FSpot
}
}
- void HandleImport (string path)
- {
- Organizer.Window.Present ();
- Organizer.ImportFile (path == null ? null : new SafeUri(path));
- }
+ void HandleImport (string path)
+ {
+ Hyena.Log.DebugFormat ("Importing from {0}", path);
+ Organizer.Window.Present ();
+ Organizer.ImportFile (path == null ? null : new SafeUri(path));
+ }
void HandleOrganize ()
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]