[polari] application: Explicitly ask for TelepathyGLib-0.12



commit b2f0df37539b7ee647a4e8bd92f4c1a22bf3fe98
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Feb 14 01:42:10 2014 +0100

    application: Explicitly ask for TelepathyGLib-0.12
    
    TelepathyGLib-1.0 will be API-incompatible, so prepare for this by
    explicitly requesting the API version we are using.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721703

 src/application.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index b2d9a22..35a7446 100644
--- a/src/application.js
+++ b/src/application.js
@@ -1,3 +1,5 @@
+imports.gi.versions.TelepathyGLib = '0.12';
+
 const Gio = imports.gi.Gio;
 const GLib = imports.gi.GLib;
 const Gtk = imports.gi.Gtk;


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