summaryrefslogtreecommitdiff
path: root/telepathy-glib/run.c
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2007-07-23 12:26:35 +0000
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2007-07-23 12:26:35 +0000
commit64cb00852f89adc02f9ff95ef4cea4c2dfc3a76b (patch)
tree71ea1b3887dec9db162054fe44b42884d33df8f6 /telepathy-glib/run.c
parent0838e367eb24473753b04b3639e867f0041b1b5c (diff)
downloadtelepathy-glib-64cb00852f89adc02f9ff95ef4cea4c2dfc3a76b.tar.gz
Introduced the persistent mode API orthogonal to the debug flags
20070723122635-5b6ca-1a7269b72092345220146027e5fb539e56e81b5e.gz
Diffstat (limited to 'telepathy-glib/run.c')
-rw-r--r--telepathy-glib/run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/run.c b/telepathy-glib/run.c
index a594c95d6..2aa22745d 100644
--- a/telepathy-glib/run.c
+++ b/telepathy-glib/run.c
@@ -63,7 +63,7 @@ static gboolean
kill_connection_manager (gpointer data)
{
#ifdef ENABLE_DEBUG
- if (!_tp_debug_flag_is_set (TP_DEBUG_PERSIST) && !connections_exist)
+ if (!_tp_debug_is_persistent () && !connections_exist)
#else
if (!connections_exist)
#endif