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
cheese
Commits
fba61486
Commit
fba61486
authored
Apr 09, 2010
by
Yuvaraj Pandian
Committed by
Filippo Argiolas
Apr 22, 2010
Browse files
menu: disable Take Photo when there is no camera
https://bugzilla.gnome.org/show_bug.cgi?id=615002
parent
3c432193
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cheese-window.c
View file @
fba61486
...
...
@@ -1215,6 +1215,7 @@ on_widget_error (CheeseWidget *widget,
/* FIXME: hotplug new devices and hide the info bar */
gtk_action_group_set_sensitive
(
priv
->
actions_prefs
,
FALSE
);
gtk_action_group_set_sensitive
(
priv
->
actions_photo
,
FALSE
);
cheese_no_camera_set_info_bar_text_and_icon
(
GTK_INFO_BAR
(
priv
->
info_bar
),
"gtk-dialog-error"
,
error
->
message
,
...
...
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