Revert "remove tsol from xorg-server"
[unleashed-userland.git] / components / gnome-media / patches / gnome-media-11-entries.patch
blob5b98df2f8426b99184f5c43680552c114520dc0d
1 --- gnome-media-2.32.0/gst-mixer/src/main.c.~1~ 2015-03-30 00:16:00.370917666 +0300
2 +++ gnome-media-2.32.0/gst-mixer/src/main.c 2015-03-30 00:16:17.087528201 +0300
3 @@ -36,7 +36,8 @@
4 static gchar* page = NULL;
5 static GOptionEntry entries[] =
7 - { "page", 'p', 0, G_OPTION_ARG_STRING, &page, N_("Startup page"), "playback|recording|switches|options" }
8 + { "page", 'p', 0, G_OPTION_ARG_STRING, &page, N_("Startup page"), "playback|recording|switches|options" },
9 + { NULL, 0, 0, 0, NULL, NULL, NULL }