[Xfce4-commits] <parole:master> Make "auto" the default aspect ratio

Christoph Mende noreply at xfce.org
Mon Jul 23 01:25:57 CEST 2012


Updating branch refs/heads/master
         to 2fd2d4a955b8418ff223fb428e1319947a7a34dc (commit)
       from c11572bb2f1f4253c7c2394eba7f653e904c9240 (commit)

commit 2fd2d4a955b8418ff223fb428e1319947a7a34dc
Author: Simon Steinbeiss <ochosi at xfce.org>
Date:   Mon Jul 16 14:44:44 2012 +0200

    Make "auto" the default aspect ratio

 src/parole-conf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/parole-conf.c b/src/parole-conf.c
index 90523e7..b583a48 100644
--- a/src/parole-conf.c
+++ b/src/parole-conf.c
@@ -317,7 +317,7 @@ parole_conf_class_init (ParoleConfClass *klass)
                                      g_param_spec_enum ("aspect-ratio",
                                                         NULL, NULL,
 							GST_ENUM_TYPE_ASPECT_RATIO,
-							PAROLE_ASPECT_RATIO_NONE,
+							PAROLE_ASPECT_RATIO_AUTO,
                                                         G_PARAM_READWRITE));
 						       
     g_object_class_install_property (object_class,


More information about the Xfce4-commits mailing list