Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
Files
Commits
632b2399
Commit
632b2399
authored
Jan 06, 2000
by
Elliot Lee
Browse files
bugfix
parent
19c9e260
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ntl-prefs.c
View file @
632b2399
...
...
@@ -270,7 +270,7 @@ meta_prefs_pull(gpointer data)
for
(
cur
=
mpi
->
entry_list
;
cur
;
cur
=
cur
->
next
)
{
MetaViewInfo
*
mvi
=
cur
->
data
;
gtk_toggle_button_set_active
(
GTK_TOGGLE_BUTTON
(
mvi
->
cb_enabled
),
TRU
E
);
gtk_toggle_button_set_active
(
GTK_TOGGLE_BUTTON
(
mvi
->
cb_enabled
),
FALS
E
);
}
for
(
cur
=
nautilus_prefs
.
global_meta_views
;
cur
;
cur
=
cur
->
next
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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