Skip to content
  • Matthias Clasen's avatar
    GtkSearchEngine: Be more robust in cancellation cases · fbee8c5b
    Matthias Clasen authored
    When the search is cancelled, we may end up with a tracker
    dbus reply coming in after the GtkSearchEngine object is
    already gone, and bad things happen. Prevent this by
    using g_signal_connect_object instead of g_signal_connect.
    fbee8c5b