cheese r842 - in trunk: . src
- From: fargiolas svn gnome org
- To: svn-commits-list gnome org
- Subject: cheese r842 - in trunk: . src
- Date: Tue, 5 Aug 2008 13:18:33 +0000 (UTC)
Author: fargiolas
Date: Tue Aug 5 13:18:33 2008
New Revision: 842
URL: http://svn.gnome.org/viewvc/cheese?rev=842&view=rev
Log:
Disable "Start recording" button until the recording pipeline properly shuts down.
Modified:
trunk/ChangeLog
trunk/src/cheese-window.c
Modified: trunk/src/cheese-window.c
==============================================================================
--- trunk/src/cheese-window.c (original)
+++ trunk/src/cheese-window.c Tue Aug 5 13:18:33 2008
@@ -1005,6 +1005,7 @@
gtk_action_group_set_sensitive (cheese_window->actions_effects, TRUE);
gtk_widget_set_sensitive (cheese_window->button_photo, TRUE);
gtk_widget_set_sensitive (cheese_window->button_video, TRUE);
+ gtk_widget_set_sensitive (cheese_window->take_picture, FALSE);
gchar * str = g_strconcat ("<b>", _("_Start Recording"), "</b>", NULL);
gtk_label_set_text_with_mnemonic (GTK_LABEL (cheese_window->label_take_photo), str);
g_free (str);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]