[Xfce4-commits] <parole:master> Make "auto" the default aspect ratio
Simon Steinbeiss
noreply at xfce.org
Mon Jul 23 01:24:50 CEST 2012
Updating branch refs/heads/master
to 4fe44e23f2fd706649690586ae103406ab4272a1 (commit)
from 1706d0132316820bd322191c6fdecbeeaaebe4e8 (commit)
commit 4fe44e23f2fd706649690586ae103406ab4272a1
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