[mutter] mutter: Use the default plugin by default



commit 14785103920542169ac9d76c7466fc3c8acc65ea
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Jun 17 00:47:05 2012 -0400

    mutter: Use the default plugin by default
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678238

 src/core/mutter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/core/mutter.c b/src/core/mutter.c
index 3d94f8a..0c8907a 100644
--- a/src/core/mutter.c
+++ b/src/core/mutter.c
@@ -45,7 +45,7 @@ print_version (const gchar    *option_name,
   exit (0);
 }
 
-static gchar *plugin;
+static gchar *plugin = "default";
 
 GOptionEntry mutter_options[] = {
   {



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