File: tp-change-uniquify.patch

package info (click to toggle)
polari 46.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,328 kB
  • sloc: javascript: 8,115; ansic: 1,910; xml: 132; python: 26; makefile: 10
file content (25 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From fd733c82ba71201ab7793a38e8fc2fb47a9062f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
Date: Sun, 19 Feb 2017 00:40:05 +0100
Subject: [PATCH] base-client: Append a single element when uniquifying name

---
 telepathy-glib/base-client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telepathy-glib/base-client.c b/telepathy-glib/base-client.c
index 600f292..7f5c155 100644
--- a/telepathy-glib/base-client.c
+++ b/telepathy-glib/base-client.c
@@ -1347,7 +1347,7 @@ tp_base_client_constructed (GObject *object)
       unique = tp_escape_as_identifier (tp_dbus_daemon_get_unique_name (
             self->priv->dbus));
 
-      g_string_append_printf (string, ".%s.n%u", unique, unique_counter++);
+      g_string_append_printf (string, ".%sn%u", unique, unique_counter++);
       g_free (unique);
     }
 
-- 
2.9.3