[notification-daemon] Make the vendor of the daemon GNOME



commit 17cf1e2e5565c1cbe6ea1edb3c0c2c1bacdebb8c
Author: William Jon McCann <jmccann redhat com>
Date:   Thu Jan 28 23:30:40 2010 -0500

    Make the vendor of the daemon GNOME

 src/daemon/daemon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index 88962d3..2bd3d86 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -1466,7 +1466,7 @@ notify_daemon_get_server_information (NotifyDaemon *daemon,
                                       char        **out_spec_ver)
 {
         *out_name = g_strdup ("Notification Daemon");
-        *out_vendor = g_strdup ("Galago Project");
+        *out_vendor = g_strdup ("GNOME");
         *out_version = g_strdup (VERSION);
         *out_spec_ver = g_strdup ("1.0");
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]