diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-05-07 20:46:48 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-05-07 20:46:48 +0200 |
commit | 3c44cdf781d4fcb55b4e0c95043f172f218baaa7 (patch) | |
tree | 5967bdf36ea981b3f6cbff9c03f4491884f38aa1 /src/arctica-greeter.vala | |
parent | cad592202de8c0ac6fa717f351729e7c9dbde3eb (diff) | |
parent | bb6534f7098043619991b312c2196e4c9007fa54 (diff) | |
download | arctica-greeter-3c44cdf781d4fcb55b4e0c95043f172f218baaa7.tar.gz arctica-greeter-3c44cdf781d4fcb55b4e0c95043f172f218baaa7.tar.bz2 arctica-greeter-3c44cdf781d4fcb55b4e0c95043f172f218baaa7.zip |
Merge branch 'Ionic-bugfix/pam-messages-and-misc'
Attributes GH PR #45: https://github.com/ArcticaProject/arctica-greeter/pull/45
Diffstat (limited to 'src/arctica-greeter.vala')
-rw-r--r-- | src/arctica-greeter.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arctica-greeter.vala b/src/arctica-greeter.vala index c765151..3ba2ff4 100644 --- a/src/arctica-greeter.vala +++ b/src/arctica-greeter.vala @@ -113,8 +113,8 @@ public class ArcticaGreeter : Object * * Making the parameter optional is a good compromise. * - * This this parameter is construct-only, initializing it by passing it to - * the GObject constructor is both the correct way to do it, and it will + * This parameter is construct-only, initializing it by passing it to the + * GObject constructor is both the correct way to do it, and it will * additionally avoid changing it in later calls of our constructor. */ public ArcticaGreeter (bool test_mode_ = false, |