Fix retain cycles
This commit is contained in:
@@ -24,6 +24,8 @@ public class Repository : DBusServiceProxy {
|
||||
}
|
||||
|
||||
private void connect_to_repository() {
|
||||
GLib.info("Connecting to repository");
|
||||
|
||||
try {
|
||||
this.dbus_repository = Bus.get_proxy_sync<DBusService.Repository>(BusType.SESSION, DBUS_NAME, DBUS_PATH);
|
||||
this.dbus_repository.conversations_updated.connect(() => {
|
||||
|
||||
Reference in New Issue
Block a user