diff options
author | Bastien Nocera <hadess@hadess.net> | 2008-09-10 10:32:20 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2008-09-10 10:32:20 +0000 |
commit | fa50f209cbccb8b7759c1947b50d0b204287f215 (patch) | |
tree | efb6a7222f3266eecc7f27dedd03fd83af44b8d8 /src | |
parent | f0b10b922c19d66359f6abad656a4e1de2855565 (diff) | |
download | totem-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.h | 2 |
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, |