[gnome-clocks/wip/cityimages] Use an ImageProvider interface



commit 2ca4bd0fc775cd87df3a86707972056a35a6b52f
Author: Evgeny Bobkin <evgen ibqn gmail com>
Date:   Fri Sep 13 16:17:20 2013 +0200

    Use an ImageProvider interface

 src/world.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/world.vala b/src/world.vala
index 5745949..85edb65 100644
--- a/src/world.vala
+++ b/src/world.vala
@@ -19,7 +19,7 @@
 namespace Clocks {
 namespace World {
 
-private static AutomaticImageProvider image_provider;
+private static ImageProvider image_provider;
 
 private class Item : Object, ContentItem {
     public GWeather.Location location { get; set; }


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