Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
Settings
Commits
c3980904
Commit
c3980904
authored
Feb 17, 2013
by
William Jon McCann
Committed by
Bastien Nocera
Feb 18, 2013
Browse files
search: Don't use a label for the enabled switch
https://bugzilla.gnome.org/show_bug.cgi?id=689611
parent
b0cfa3f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
panels/search/cc-search-panel.c
View file @
c3980904
...
...
@@ -548,9 +548,6 @@ cc_search_panel_constructed (GObject *object)
search_box
=
WID
(
"search_vbox"
);
box
=
gtk_box_new
(
GTK_ORIENTATION_HORIZONTAL
,
6
);
widget
=
gtk_label_new
(
_
(
"Enabled"
));
gtk_container_add
(
GTK_CONTAINER
(
box
),
widget
);
widget
=
gtk_switch_new
();
gtk_container_add
(
GTK_CONTAINER
(
box
),
widget
);
...
...
Write
Preview
Supports
Markdown
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