[libwnck/wip/muktupavels/use-wnck-handle] application: use WnckHandle to get application
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libwnck/wip/muktupavels/use-wnck-handle] application: use WnckHandle to get application
- Date: Thu, 24 Feb 2022 15:20:05 +0000 (UTC)
commit 8a72e58720113adc31834743dc7fe8bce7f0b3af
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Thu Feb 24 13:28:24 2022 +0200
application: use WnckHandle to get application
libwnck/application.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libwnck/application.c b/libwnck/application.c
index 518179f3..f67d8c4a 100644
--- a/libwnck/application.c
+++ b/libwnck/application.c
@@ -562,7 +562,7 @@ _wnck_application_destroy (WnckApplication *application)
/* Removing from handle also removes the only ref WnckApplication had */
- g_return_if_fail (wnck_application_get (xwindow) == NULL);
+ g_return_if_fail (_wnck_handle_get_application (handle, xwindow) == NULL);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]