[gnome-clocks/wip/cityimages] Fix typo, which caused implicit .begin is deprecated warning



commit a40c3ef25574a2625d03da736afc22eda40ea33d
Author: Evgeny Bobkin <evgen ibqn gmail com>
Date:   Thu Sep 19 08:19:52 2013 +0200

    Fix typo, which caused implicit .begin is deprecated warning

 src/providers.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/providers.vala b/src/providers.vala
index 8522e9c..b5ba3e7 100644
--- a/src/providers.vala
+++ b/src/providers.vala
@@ -257,7 +257,7 @@ public class FlickrImageProvider : GLib.Object, ImageProvider {
         } catch (Error e) {
             image = null;
 
-            fetch_image (name, (obj, res) => {
+            fetch_image.begin (name, (obj, res) => {
                 fetch_image.end (res);
             });
         }



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