View | Details | Raw Unified
Collapse All | Expand All

(-) libnotify-0.4.2.orig/libnotify/notification.c (-2 / +2 lines)
 Lines 901-907    Link Here 
		return FALSE;
		return FALSE;
	}
	}
	g_value_init(value, dbus_g_type_get_collection("GArray", G_TYPE_CHAR));
	g_value_init(value, DBUS_TYPE_G_UCHAR_ARRAY); 
	g_value_set_boxed_take_ownership(value, byte_array);
	g_value_set_boxed_take_ownership(value, byte_array);
	g_value_array_append(array, value);
	g_value_array_append(array, value);
 Lines 961-967    Link Here 
	value = g_new0(GValue, 1);
	value = g_new0(GValue, 1);
	g_value_init(value, G_TYPE_VALUE_ARRAY);
	g_value_init(value, G_TYPE_VALUE_ARRAY);
	g_value_set_boxed(value, image_struct);
	g_value_set_boxed_take_ownership(value, image_struct);
	g_hash_table_insert(notification->priv->hints,
	g_hash_table_insert(notification->priv->hints,
						g_strdup("icon_data"), value);
						g_strdup("icon_data"), value);