[gnome-contacts] app: initialize Clutter for addresses' use



commit ee6e4786de4e1f63b876aabe4eb4bafd9866139d
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Tue Apr 21 23:18:33 2015 -0400

    app: initialize Clutter for addresses' use
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=747977

 src/main.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.vala b/src/main.vala
index 8411cc4..11574c6 100644
--- a/src/main.vala
+++ b/src/main.vala
@@ -30,7 +30,7 @@ main (string[] args) {
 #if HAVE_CHEESE
   Cheese.gtk_init (ref args);
 #else
-  Gtk.init (ref args);
+  GtkClutter.init (ref args);
 #endif
 
   var app = new App ();


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