| Submitter | Christophe Fergeau |
|---|---|
| Date | Aug. 13, 2012, 8:32 a.m. |
| Message ID | <1344846752-3485-1-git-send-email-cfergeau@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/176897/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/ui/spice-core.c b/ui/spice-core.c index 4fc48f8..bb4f585 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -344,7 +344,8 @@ static const char *stream_video_names[] = { [ SPICE_STREAM_VIDEO_FILTER ] = "filter", }; #define parse_stream_video(_name) \ - name2enum(_name, stream_video_names, ARRAY_SIZE(stream_video_names)) + parse_name(_name, "stream video control", \ + stream_video_names, ARRAY_SIZE(stream_video_names)) static const char *compression_names[] = { [ SPICE_IMAGE_COMPRESS_OFF ] = "off",