[gthumb/ext] minor fixes
- From: Paolo Bacchilega <paobac src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gthumb/ext] minor fixes
- Date: Wed, 2 Sep 2009 18:39:28 +0000 (UTC)
commit 3a72c5e8d71cc63656b9ba0a7bd4207256c1749d
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed Sep 2 20:11:08 2009 +0200
minor fixes
extensions/slideshow/main.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/extensions/slideshow/main.c b/extensions/slideshow/main.c
index df81799..c43b7db 100644
--- a/extensions/slideshow/main.c
+++ b/extensions/slideshow/main.c
@@ -72,7 +72,7 @@ fade_in_transition (GthSlideshow *self,
{
if (self->current_texture != NULL)
clutter_actor_set_opacity (self->current_texture, OPACITY_AT_MSECS (GTH_TRANSITION_DURATION - msecs));
- clutter_actor_set_opacity (self->next_texture, OPACITY_AT_MSECS(msecs));
+ clutter_actor_set_opacity (self->next_texture, OPACITY_AT_MSECS (msecs));
if (self->first_frame) {
if (self->current_texture != NULL) {
@@ -120,7 +120,6 @@ flip_transition (GthSlideshow *self,
if (self->current_texture != NULL)
clutter_actor_raise (self->next_texture, self->current_texture);
clutter_actor_show (self->next_texture);
- self->first_frame = FALSE;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]