Skip to content
  • Alexander Schwinn's avatar
    Performance improvements (#1315) · 3928ad49
    Alexander Schwinn authored
    Calling "g_signal_handlers_disconnect_by_func" seems to be expensive when here are thousands of instances of ThunarFile present. Keeping a link to the concrete handler to disconnect is much more performant, so let's use that.
    3928ad49