Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/libnotify-0.7.7.tar.xz
|
||||
/libnotify-0.*.tar.xz
|
||||
|
@ -1 +0,0 @@
|
||||
4cdf482737df504ac37f5489940b5c7ea5e18d57 SOURCES/libnotify-0.7.7.tar.xz
|
@ -0,0 +1,25 @@
|
||||
From 49766bca28bb6fc57689f6061669bb44362d694d Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
||||
Date: Tue, 2 Nov 2010 17:02:37 +0100
|
||||
Subject: [PATCH] notify_notification_set_image_from_pixbuf: ref the pixbuf (#633829)
|
||||
|
||||
---
|
||||
libnotify/notification.c | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/libnotify/notification.c b/libnotify/notification.c
|
||||
index 2d5ecd9..571eff6 100644
|
||||
--- a/libnotify/notification.c
|
||||
+++ b/libnotify/notification.c
|
||||
@@ -695,7 +695,7 @@ notify_notification_set_image_from_pixbuf (NotifyNotification *notification,
|
||||
image_len,
|
||||
TRUE,
|
||||
(GDestroyNotify) g_object_unref,
|
||||
- pixbuf));
|
||||
+ g_object_ref (pixbuf)));
|
||||
notify_notification_set_hint (notification, hint_name, value);
|
||||
}
|
||||
|
||||
--
|
||||
1.7.1
|
||||
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
Loading…
Reference in New Issue
Block a user