Mercurial > audlegacy-plugins
comparison src/lirc/lirc.c @ 2309:8d4db9a04cd2
Prevent g_source_remove() from being called multiple times. (Bugzilla #115)
| author | Andrew O. Shadoura <bugzilla@tut.by> |
|---|---|
| date | Sun, 13 Jan 2008 14:36:26 -0600 |
| parents | 738914331374 |
| children | 3134a0987162 |
comparison
equal
deleted
inserted
replaced
| 2308:c9200f019176 | 2309:8d4db9a04cd2 |
|---|---|
| 122 | 122 |
| 123 gboolean jump_to(gpointer data) | 123 gboolean jump_to(gpointer data) |
| 124 { | 124 { |
| 125 audacious_drct_pl_set_pos(atoi(track_no)-1); | 125 audacious_drct_pl_set_pos(atoi(track_no)-1); |
| 126 track_no_pos=0; | 126 track_no_pos=0; |
| 127 tid=0; | |
| 127 return FALSE; | 128 return FALSE; |
| 128 } | 129 } |
| 129 | 130 |
| 130 void lirc_input_callback(gpointer data,gint source, | 131 void lirc_input_callback(gpointer data,gint source, |
| 131 GdkInputCondition condition) | 132 GdkInputCondition condition) |
