diff options
author | Michal Ratajsky <[email protected]> | 2014-07-05 15:16:02 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-09 16:53:00 +0200 |
commit | 1d5fb97b21f2fe6d2ed5cf912989929ba58d1afd (patch) | |
tree | 1aee5d14c32419c9d43630c41acb9ed6584ef4d0 /mate-volume-control/src/dialog-main.c | |
parent | cf427cb4ccfc269252c1f7744b4c730ef0bb7a4e (diff) | |
download | mate-media-1d5fb97b21f2fe6d2ed5cf912989929ba58d1afd.tar.bz2 mate-media-1d5fb97b21f2fe6d2ed5cf912989929ba58d1afd.tar.xz |
Build without PulseAudio code, minor fixes
Diffstat (limited to 'mate-volume-control/src/dialog-main.c')
-rw-r--r-- | mate-volume-control/src/dialog-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-volume-control/src/dialog-main.c b/mate-volume-control/src/dialog-main.c index f1d5bf4..2b139b1 100644 --- a/mate-volume-control/src/dialog-main.c +++ b/mate-volume-control/src/dialog-main.c @@ -30,7 +30,7 @@ #include "gvc-mixer-dialog.h" -#define DIALOG_POPUP_TIMEOUT 1 +#define DIALOG_POPUP_TIMEOUT 3 static guint popup_id = 0; static gboolean show_version = FALSE; |