summaryrefslogtreecommitdiff
path: root/libappindicator-gtk3/segfault-fix.patch
blob: c219f4560dc79ec96d2ff210437dd77ad87f127a (plain)
    1 --- libappindicator/src/app-indicator.c	2020-03-17 18:14:09.254862070 -0400
    2 +++ wrk/src/app-indicator.c	2020-03-17 21:05:31.009065383 -0400
    3 @@ -2137,7 +2137,7 @@
    4  		g_free (self->priv->absolute_icon_theme_path);
    5  		self->priv->absolute_icon_theme_path = get_real_theme_path (self);
    6  
    7 -		g_signal_emit (self, signals[NEW_ICON_THEME_PATH], 0, self->priv->icon_theme_path, TRUE);
    8 +		g_signal_emit (self, signals[NEW_ICON_THEME_PATH], 0, self->priv->icon_theme_path);
    9  
   10  		if (self->priv->dbus_registration != 0 && self->priv->connection != NULL) {
   11  			const gchar *theme_path = self->priv->absolute_icon_theme_path ?

Generated by cgit