[ekiga] Define the application name and the pulse application name.
- From: Damien Sandras <dsandras src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [ekiga] Define the application name and the pulse application name.
- Date: Sun, 27 Sep 2009 16:54:06 +0000 (UTC)
commit 45d62c02488ead205b122b00dfb99e3a5aa4da1f
Author: Damien Sandras <dsandras seconix com>
Date: Sun Sep 27 18:53:38 2009 +0200
Define the application name and the pulse application name.
src/gui/main.cpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/gui/main.cpp b/src/gui/main.cpp
index f156b35..5d6f30b 100644
--- a/src/gui/main.cpp
+++ b/src/gui/main.cpp
@@ -4362,6 +4362,10 @@ main (int argc,
signal (SIGPIPE, SIG_IGN);
#endif
+ /* Application name */
+ g_set_application_name (_("Ekiga Softphone"));
+ setenv ("PULSE_PROP_application.name", _("Ekiga Softphone"), true);
+
/* initialize platform-specific code */
gm_platform_init ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]