[Telepathy-commits] [telepathy-gabble/master] Use PACKAGE_STRING instead of hardcoded string

Alban Crequy alban.crequy at collabora.co.uk
Tue Aug 19 10:52:29 PDT 2008


20080507103718-a41c0-fee2de3e8e803e7aa03cb0321a8dd805cb010e56.gz
---
 src/gabble-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gabble-connection.c b/src/gabble-connection.c
index 47b3d70..daeac23 100644
--- a/src/gabble-connection.c
+++ b/src/gabble-connection.c
@@ -1507,7 +1507,7 @@ connection_iq_disco_cb (LmMessageHandler *handler,
   identity = lm_message_node_add_child
       (result_query, "identity", NULL);
   lm_message_node_set_attribute (identity, "category", "client");
-  lm_message_node_set_attribute (identity, "name", "Telepathy Gabble " VERSION);
+  lm_message_node_set_attribute (identity, "name", PACKAGE_STRING);
   lm_message_node_set_attribute (identity, "type", "pc");
 
   features = capabilities_get_features (self->self_presence->caps);
-- 
1.5.6.3




More information about the Telepathy-commits mailing list