summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-09-10 10:32:20 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-09-10 10:32:20 +0000
commitfa50f209cbccb8b7759c1947b50d0b204287f215 (patch)
treeefb6a7222f3266eecc7f27dedd03fd83af44b8d8 /src
parentf0b10b922c19d66359f6abad656a4e1de2855565 (diff)
downloadtotem-fa50f209cbccb8b7759c1947b50d0b204287f215.tar.gz
Add schemas for the visuals quality and connection speed settings, patch
2008-09-10 Bastien Nocera <hadess@hadess.net> * data/totem.schemas.in: Add schemas for the visuals quality and connection speed settings, patch from Eric Piel <e.a.b.piel@tudelft.nl> (Closes: #535505) * src/backend/bacon-video-widget.h: Force the first item of the visuals quality enum to be 0 svn path=/trunk/; revision=5663
Diffstat (limited to 'src')
-rw-r--r--src/backend/bacon-video-widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/bacon-video-widget.h b/src/backend/bacon-video-widget.h
index 3978859f5..93bb12228 100644
--- a/src/backend/bacon-video-widget.h
+++ b/src/backend/bacon-video-widget.h
@@ -213,7 +213,7 @@ void bacon_video_widget_get_metadata (BaconVideoWidget *bvw,
/* Visualisation functions */
typedef enum {
- VISUAL_SMALL,
+ VISUAL_SMALL = 0,
VISUAL_NORMAL,
VISUAL_LARGE,
VISUAL_EXTRA_LARGE,