[f-spot] Minor changes to App.cs
- From: Stephen Shaw <sshaw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Minor changes to App.cs
- Date: Fri, 14 Sep 2012 06:00:43 +0000 (UTC)
commit d9448c2eafc0da39be587f8186ed35c767d14292
Author: Stephen Shaw <sshaw decriptor com>
Date: Fri Sep 14 00:00:06 2012 -0600
Minor changes to App.cs
Testing changes recommended by resharper
src/Clients/MainApp/FSpot/App.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Clients/MainApp/FSpot/App.cs b/src/Clients/MainApp/FSpot/App.cs
index 3584190..39cc6c3 100644
--- a/src/Clients/MainApp/FSpot/App.cs
+++ b/src/Clients/MainApp/FSpot/App.cs
@@ -145,7 +145,7 @@ namespace FSpot
public void View (SafeUri uri)
{
- View (new SafeUri[] {uri});
+ View (new[] {uri});
}
public void View (IEnumerable<SafeUri> uris)
@@ -156,7 +156,7 @@ namespace FSpot
public void View (string uri)
{
- View (new string[] {uri});
+ View (new[] {uri});
}
public void View (IEnumerable<string> uris)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]