From ee6e4786de4e1f63b876aabe4eb4bafd9866139d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erick=20P=C3=A9rez=20Castellanos?= Date: Tue, 21 Apr 2015 23:18:33 -0400 Subject: app: initialize Clutter for addresses' use Bug: https://bugzilla.gnome.org/show_bug.cgi?id=747977 --- src/main.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); -- cgit v1.2.1