/pidgin/main: 8e4bdfb9fced: Remove redundant call.

Elliott Sales de Andrade qulogic at pidgin.im
Mon Aug 6 03:42:20 EDT 2012


Changeset: 8e4bdfb9fcedf99648f56ec52359ad4892b66edf
Author:	 Elliott Sales de Andrade <qulogic at pidgin.im>
Date:	 2012-08-04 02:56 -0400
Branch:	 default
URL: http://hg.pidgin.im/pidgin/main/rev/8e4bdfb9fced

Description:

Remove redundant call.

Returning FALSE will remove the timeout source automatically.

diffstat:

 pidgin/gtkwebview.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff --git a/pidgin/gtkwebview.c b/pidgin/gtkwebview.c
--- a/pidgin/gtkwebview.c
+++ b/pidgin/gtkwebview.c
@@ -248,7 +248,6 @@ smooth_scroll_cb(gpointer data)
 		gtk_adjustment_set_value(adj, max_val);
 		g_timer_destroy(priv->scroll_time);
 		priv->scroll_time = NULL;
-		g_source_remove(priv->scroll_src);
 		priv->scroll_src = 0;
 		return FALSE;
 	}



More information about the Commits mailing list