[ekiga] Only conditionally do the setenv for pulse audio (not on win32)
- From: Julien Puydt <jpuydt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [ekiga] Only conditionally do the setenv for pulse audio (not on win32)
- Date: Wed, 7 Oct 2009 07:27:50 +0000 (UTC)
commit 018ffc1e5ab3ae2f12cea1dc35c26fc51f848a72
Author: Julien Puydt <jpuydt gnome org>
Date: Wed Oct 7 07:59:50 2009 +0200
Only conditionally do the setenv for pulse audio (not on win32)
Thanks to Michael Rickmann.
src/gui/main.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gui/main.cpp b/src/gui/main.cpp
index 5d6f30b..f2e1978 100644
--- a/src/gui/main.cpp
+++ b/src/gui/main.cpp
@@ -4364,7 +4364,9 @@ main (int argc,
/* Application name */
g_set_application_name (_("Ekiga Softphone"));
+#ifndef WIN32
setenv ("PULSE_PROP_application.name", _("Ekiga Softphone"), true);
+#endif
/* initialize platform-specific code */
gm_platform_init ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]