Skip to content
Snippets Groups Projects
Commit 6c82e062 authored by Tobias C. Berner's avatar Tobias C. Berner
Browse files

deskutils/showdown: handle vala update

PR:             249940
parent d76338fe
No related branches found
No related tags found
No related merge requests found
--- src/showdown.vala.orig 2022-08-26 16:08:34 UTC
+++ src/showdown.vala
@@ -11,7 +11,7 @@ class Showdown.Application: Gtk.Application {
{"quit", quit},
};
- public const OptionEntry[] options = {
+ const OptionEntry[] options = {
{
"open-in-current-window", 'w', 0,
OptionArg.FILENAME, ref wflag,
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment