diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-04-10 15:10:47 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-04-10 15:10:47 +0200 |
| commit | 65ccc9ad9f8fa6186851b3e33a2747527355dae9 (patch) | |
| tree | b1f476c06bf6346c2ffb2173abcde59d6b78d715 /src/arctica-greeter.vala | |
| parent | 81c3c04dec4d3ad94fc8f8e46af448aeb3699c75 (diff) | |
| parent | 9153eef0511a125ce769049d8a000977a02698a6 (diff) | |
| download | arctica-greeter-65ccc9ad9f8fa6186851b3e33a2747527355dae9.tar.gz arctica-greeter-65ccc9ad9f8fa6186851b3e33a2747527355dae9.tar.bz2 arctica-greeter-65ccc9ad9f8fa6186851b3e33a2747527355dae9.zip | |
Merge branch 'tari01-pr/size-position-fix'
Attributes GH PR #115: https://github.com/ArcticaProject/arctica-greeter/pull/115
Diffstat (limited to 'src/arctica-greeter.vala')
| -rw-r--r-- | src/arctica-greeter.vala | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arctica-greeter.vala b/src/arctica-greeter.vala index 93c88e2..5eb8a59 100644 --- a/src/arctica-greeter.vala +++ b/src/arctica-greeter.vala @@ -2,7 +2,7 @@ * * Copyright (C) 2011 Canonical Ltd * Copyright (C) 2015-2017 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - * Copyright (C) 2023-2024 Robert Tari + * Copyright (C) 2023-2025 Robert Tari * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as @@ -1144,7 +1144,6 @@ public class ArcticaGreeter : Object try { string[] argv; - Pid wm_message_pid = 0; Shell.parse_argv ("%s-message disable-keybindings".printf(wm), out argv); |
