contrib/libappindicator-gtk3/segfault-fix.patch

12 lines
614 B
Diff

--- libappindicator/src/app-indicator.c 2020-03-17 18:14:09.254862070 -0400
+++ wrk/src/app-indicator.c 2020-03-17 21:05:31.009065383 -0400
@@ -2137,7 +2137,7 @@
g_free (self->priv->absolute_icon_theme_path);
self->priv->absolute_icon_theme_path = get_real_theme_path (self);
- g_signal_emit (self, signals[NEW_ICON_THEME_PATH], 0, self->priv->icon_theme_path, TRUE);
+ g_signal_emit (self, signals[NEW_ICON_THEME_PATH], 0, self->priv->icon_theme_path);
if (self->priv->dbus_registration != 0 && self->priv->connection != NULL) {
const gchar *theme_path = self->priv->absolute_icon_theme_path ?