mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(gtk) copyediting: use G_SOURCE_REMOVE and G_SOURCE_CONTINUE where appropriate
This commit is contained in:
@@ -430,7 +430,7 @@ onRefresh (gpointer gdata)
|
||||
scroll_to_bottom (data);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
return G_SOURCE_CONTINUE;
|
||||
}
|
||||
|
||||
static GtkWidget*
|
||||
|
||||
Reference in New Issue
Block a user