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
e3d6fc8d
Commit
e3d6fc8d
authored
Aug 11, 2019
by
Victor Ananjevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove opbsolete no-rules-hint option from list dialog
parent
7155bb0a
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
4 deletions
+0
-4
ru.po
po/ru.po
+0
-0
uk.po
po/uk.po
+0
-0
option.c
src/option.c
+0
-3
yad.h
src/yad.h
+0
-1
No files found.
po/ru.po
View file @
e3d6fc8d
This diff is collapsed.
Click to expand it.
po/uk.po
View file @
e3d6fc8d
This diff is collapsed.
Click to expand it.
src/option.c
View file @
e3d6fc8d
...
...
@@ -418,8 +418,6 @@ static GOptionEntry list_options[] = {
N_
(
"Don't show column headers"
),
NULL
},
{
"no-click"
,
0
,
G_OPTION_FLAG_REVERSE
,
G_OPTION_ARG_NONE
,
&
options
.
list_data
.
clickable
,
N_
(
"Disable clickable column headers"
),
NULL
},
{
"no-rules-hint"
,
0
,
G_OPTION_FLAG_REVERSE
,
G_OPTION_ARG_NONE
,
&
options
.
list_data
.
rules_hint
,
N_
(
"Disable rules hints"
),
NULL
},
{
"grid-lines"
,
0
,
0
,
G_OPTION_ARG_CALLBACK
,
set_grid_lines
,
N_
(
"Set grid lines (hor[izontal], vert[ical] or both)"
),
N_
(
"TYPE"
)
},
{
"print-all"
,
0
,
0
,
G_OPTION_ARG_NONE
,
&
options
.
list_data
.
print_all
,
...
...
@@ -1599,7 +1597,6 @@ yad_options_init (void)
options
.
list_data
.
checkbox
=
FALSE
;
options
.
list_data
.
radiobox
=
FALSE
;
options
.
list_data
.
print_all
=
FALSE
;
options
.
list_data
.
rules_hint
=
TRUE
;
options
.
list_data
.
grid_lines
=
GTK_TREE_VIEW_GRID_LINES_NONE
;
options
.
list_data
.
print_column
=
0
;
options
.
list_data
.
hide_column
=
0
;
...
...
src/yad.h
View file @
e3d6fc8d
...
...
@@ -340,7 +340,6 @@ typedef struct {
gboolean
checkbox
;
gboolean
radiobox
;
gboolean
print_all
;
gboolean
rules_hint
;
GtkTreeViewGridLines
grid_lines
;
gint
print_column
;
gint
hide_column
;
...
...
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