Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
yad
Commits
50c964d7
Commit
50c964d7
authored
Aug 04, 2019
by
Victor Ananjevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove *-selection aliases
parent
5a34fae4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
option.c
src/option.c
+0
-6
No files found.
src/option.c
View file @
50c964d7
...
@@ -264,8 +264,6 @@ static GOptionEntry calendar_options[] = {
...
@@ -264,8 +264,6 @@ static GOptionEntry calendar_options[] = {
static
GOptionEntry
color_options
[]
=
{
static
GOptionEntry
color_options
[]
=
{
{
"color"
,
0
,
G_OPTION_FLAG_IN_MAIN
,
G_OPTION_ARG_NONE
,
&
color_mode
,
{
"color"
,
0
,
G_OPTION_FLAG_IN_MAIN
,
G_OPTION_ARG_NONE
,
&
color_mode
,
N_
(
"Display color selection dialog"
),
NULL
},
N_
(
"Display color selection dialog"
),
NULL
},
{
"color-selection"
,
0
,
G_OPTION_FLAG_IN_MAIN
,
G_OPTION_ARG_NONE
,
&
color_mode
,
N_
(
"Alias for --color"
),
NULL
},
{
"init-color"
,
0
,
0
,
G_OPTION_ARG_STRING
,
&
options
.
color_data
.
init_color
,
{
"init-color"
,
0
,
0
,
G_OPTION_ARG_STRING
,
&
options
.
color_data
.
init_color
,
N_
(
"Set initial color value"
),
N_
(
"COLOR"
)
},
N_
(
"Set initial color value"
),
N_
(
"COLOR"
)
},
{
"gtk-palette"
,
0
,
0
,
G_OPTION_ARG_NONE
,
&
options
.
color_data
.
gtk_palette
,
{
"gtk-palette"
,
0
,
0
,
G_OPTION_ARG_NONE
,
&
options
.
color_data
.
gtk_palette
,
...
@@ -318,8 +316,6 @@ static GOptionEntry entry_options[] = {
...
@@ -318,8 +316,6 @@ static GOptionEntry entry_options[] = {
static
GOptionEntry
file_options
[]
=
{
static
GOptionEntry
file_options
[]
=
{
{
"file"
,
0
,
G_OPTION_FLAG_IN_MAIN
,
G_OPTION_ARG_NONE
,
&
file_mode
,
{
"file"
,
0
,
G_OPTION_FLAG_IN_MAIN
,
G_OPTION_ARG_NONE
,
&
file_mode
,
N_
(
"Display file selection dialog"
),
NULL
},
N_
(
"Display file selection dialog"
),
NULL
},
{
"file-selection"
,
0
,
G_OPTION_FLAG_IN_MAIN
,
G_OPTION_ARG_NONE
,
&
file_mode
,
N_
(
"Alias for --file"
),
NULL
},
{
"directory"
,
0
,
0
,
G_OPTION_ARG_NONE
,
&
options
.
file_data
.
directory
,
{
"directory"
,
0
,
0
,
G_OPTION_ARG_NONE
,
&
options
.
file_data
.
directory
,
N_
(
"Activate directory-only selection"
),
NULL
},
N_
(
"Activate directory-only selection"
),
NULL
},
{
"save"
,
0
,
0
,
G_OPTION_ARG_NONE
,
&
options
.
file_data
.
save
,
{
"save"
,
0
,
0
,
G_OPTION_ARG_NONE
,
&
options
.
file_data
.
save
,
...
@@ -332,8 +328,6 @@ static GOptionEntry file_options[] = {
...
@@ -332,8 +328,6 @@ static GOptionEntry file_options[] = {
static
GOptionEntry
font_options
[]
=
{
static
GOptionEntry
font_options
[]
=
{
{
"font"
,
0
,
G_OPTION_FLAG_IN_MAIN
,
G_OPTION_ARG_NONE
,
&
font_mode
,
{
"font"
,
0
,
G_OPTION_FLAG_IN_MAIN
,
G_OPTION_ARG_NONE
,
&
font_mode
,
N_
(
"Display font selection dialog"
),
NULL
},
N_
(
"Display font selection dialog"
),
NULL
},
{
"font-selection"
,
0
,
G_OPTION_FLAG_IN_MAIN
,
G_OPTION_ARG_NONE
,
&
font_mode
,
N_
(
"Alias for --font"
),
NULL
},
{
"preview"
,
0
,
0
,
G_OPTION_ARG_STRING
,
&
options
.
font_data
.
preview
,
{
"preview"
,
0
,
0
,
G_OPTION_ARG_STRING
,
&
options
.
font_data
.
preview
,
N_
(
"Set text string for preview"
),
N_
(
"TEXT"
)
},
N_
(
"Set text string for preview"
),
N_
(
"TEXT"
)
},
{
"separate-output"
,
0
,
0
,
G_OPTION_ARG_NONE
,
&
options
.
font_data
.
separate_output
,
{
"separate-output"
,
0
,
0
,
G_OPTION_ARG_NONE
,
&
options
.
font_data
.
separate_output
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment