[gnome-remote-desktop] clipboard: Turn a condition into an assertion
- From: Jonas Ådahl <jadahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-remote-desktop] clipboard: Turn a condition into an assertion
- Date: Mon, 29 Aug 2022 15:44:09 +0000 (UTC)
commit e01ce0a43fabccf39956e3b4128181ec033044d0
Author: Pascal Nowack <Pascal Nowack gmx de>
Date: Tue Aug 23 05:33:01 2022 +0200
clipboard: Turn a condition into an assertion
This condition should here always be true.
src/grd-clipboard.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/grd-clipboard.c b/src/grd-clipboard.c
index 3074621c..8bfb02f0 100644
--- a/src/grd-clipboard.c
+++ b/src/grd-clipboard.c
@@ -311,8 +311,7 @@ grd_clipboard_request_server_content_for_mime_type_async (GrdClipboard *clipboar
g_return_if_fail (klass->submit_requested_server_content);
- if (!priv->enabled)
- return;
+ g_assert (priv->enabled);
g_debug ("Clipboard[SelectionRead]: Requesting data from servers clipboard"
" (mime type: %s)", grd_mime_type_to_string (mime_type));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]