Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-05-11 08:56:15 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-05-11 08:56:15 +0300
commit015f955ed4868dc8d8b73779f21a5ca4d769f8dc (patch)
tree19557dee474838d83e9767cd4b70fd252bbfe618 /flatpak
parent1b8667e5d496f9d54b1db72267d2215f79965336 (diff)
Fixing SSH plugin color palette initialization.
The color palettes were not initializied and assigned correctly Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.remmina.Remmina.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/flatpak/org.remmina.Remmina.json b/flatpak/org.remmina.Remmina.json
index 8f025ede6..e156019b7 100644
--- a/flatpak/org.remmina.Remmina.json
+++ b/flatpak/org.remmina.Remmina.json
@@ -536,9 +536,8 @@
],
"sources": [
{
- "type": "git",
- "url": "https://gitlab.com/Remmina/Remmina.git",
- "branch": "master"
+ "type": "dir",
+ "path": "/home/antenore/remmina_devel/Remmina"
}
]
}