From dc2eb61c8dfcb2bf4165460b5bdd6b60447a2fee Mon Sep 17 00:00:00 2001 From: xbezdick <255993@mail.muni.cz> Date: Thu, 5 May 2011 19:09:01 +0200 Subject: [PATCH] cleanup... --- shell/ev-presentation-timer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/ev-presentation-timer.c b/shell/ev-presentation-timer.c index 0ab7018d..c17a52e9 100644 --- a/shell/ev-presentation-timer.c +++ b/shell/ev-presentation-timer.c @@ -144,8 +144,8 @@ ev_presentation_timer_stop (EvPresentationTimer *ev_timer) { if (!EV_IS_PRESENTATION_TIMER (ev_timer)) return; - if (priv->timeout > 0) - g_source_remove (priv->timeout); + if (ev_timer->priv->timeout > 0) + g_source_remove (ev_timer->priv->timeout); ev_timer->priv->remaining = 0; } -- 2.39.3