summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErick Pérez Castellanos <erick.red@gmail.com>2015-04-21 23:18:33 -0400
committerErick Pérez Castellanos <erick.red@gmail.com>2015-04-21 23:21:14 -0400
commitee6e4786de4e1f63b876aabe4eb4bafd9866139d (patch)
tree104d166b3fafd4e9b22e23ec4ebb2f790eeddf67
parentd5bdbc7bd710c5dbad7be8f9fe47106f28806558 (diff)
downloadgnome-contacts-ee6e4786de4e1f63b876aabe4eb4bafd9866139d.tar.gz
app: initialize Clutter for addresses' use
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=747977
-rw-r--r--src/main.vala2
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 ();