gmyth-dbus/src/gmyth-dbus-server.c
branchtrunk
changeset 876 007c65343f31
parent 874 fc582534792b
child 877 7fd8198b93aa
     1.1 --- a/gmyth-dbus/src/gmyth-dbus-server.c	Thu Oct 25 22:08:12 2007 +0100
     1.2 +++ b/gmyth-dbus/src/gmyth-dbus-server.c	Fri Oct 26 23:03:22 2007 +0100
     1.3 @@ -231,7 +231,9 @@
     1.4      priv = GMYTH_DBUS_SERVER_GET_PRIVATE (obj);
     1.5  
     1.6      if (priv->myth_backend)
     1.7 -        return TRUE;
     1.8 +    {
     1.9 +        gmyth_dbus_server_disconnect (obj, NULL);
    1.10 +    }
    1.11  
    1.12      priv->myth_backend = gmyth_backend_info_new_full (host,
    1.13                                                        user,