diff options
author | Michal Ratajsky <[email protected]> | 2014-07-05 01:41:22 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-09 16:53:00 +0200 |
commit | cf427cb4ccfc269252c1f7744b4c730ef0bb7a4e (patch) | |
tree | 2b623fa9cabd575907a1cf40378eeecb8f21efaa /mate-volume-control/src/applet-main.c | |
parent | a4cb2a2c9ab27e32449b5696bb989cc761ec73c7 (diff) | |
download | mate-media-cf427cb4ccfc269252c1f7744b4c730ef0bb7a4e.tar.bz2 mate-media-cf427cb4ccfc269252c1f7744b4c730ef0bb7a4e.tar.xz |
Initial port of the dialog
Diffstat (limited to 'mate-volume-control/src/applet-main.c')
-rw-r--r-- | mate-volume-control/src/applet-main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-volume-control/src/applet-main.c b/mate-volume-control/src/applet-main.c index 767d2e1..34151ba 100644 --- a/mate-volume-control/src/applet-main.c +++ b/mate-volume-control/src/applet-main.c @@ -38,7 +38,7 @@ main (int argc, char **argv) GError *error = NULL; GvcApplet *applet; UniqueApp *app = NULL; - GOptionEntry entries[] = { + GOptionEntry entries[] = { { "version", 'v', 0, G_OPTION_ARG_NONE, &show_version, N_("Version of this application"), NULL }, { NULL } }; @@ -81,6 +81,7 @@ main (int argc, char **argv) g_object_unref (applet); g_object_unref (app); + mate_mixer_deinit (); return 0; |