cheese r898 - in trunk: . src
- From: dgsiegel svn gnome org
- To: svn-commits-list gnome org
- Subject: cheese r898 - in trunk: . src
- Date: Tue, 12 Aug 2008 12:02:55 +0000 (UTC)
Author: dgsiegel
Date: Tue Aug 12 12:02:55 2008
New Revision: 898
URL: http://svn.gnome.org/viewvc/cheese?rev=898&view=rev
Log:
hitting space when the countdown has already begun, distorts the countdown, fixes bug #547403
Modified:
trunk/ChangeLog
trunk/src/cheese-countdown.c
Modified: trunk/src/cheese-countdown.c
==============================================================================
--- trunk/src/cheese-countdown.c (original)
+++ trunk/src/cheese-countdown.c Tue Aug 12 12:02:55 2008
@@ -616,6 +616,7 @@
if (priv->iState != STATE_OFF)
{
g_print ("Should not happen, state is not off.\n");
+ return;
}
priv->iState = STATE_3;
priv->picture_callback = picture_cb;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]