Mercurial > pidgin.yaz
changeset 26713:618255d76deb
Replace gtk_timeout_remove with g_source_remove.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sat, 18 Apr 2009 22:46:29 +0000 |
parents | 38a5df43d525 |
children | 657ccc44e763 f3ccb5a36fd6 |
files | pidgin/gtkimhtml.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkimhtml.c Sat Apr 18 22:39:56 2009 +0000 +++ b/pidgin/gtkimhtml.c Sat Apr 18 22:46:29 2009 +0000 @@ -1384,7 +1384,7 @@ gtk_widget_destroy(imhtml->tip_window); } if(imhtml->tip_timer) - gtk_timeout_remove(imhtml->tip_timer); + g_source_remove(imhtml->tip_timer); for(scalables = imhtml->scalables; scalables; scalables = scalables->next) { struct scalable_data *sd = scalables->data;