mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 16:50:19 +00:00
Eliminate some more warnings and hide less warnings in VS
This commit is contained in:
@@ -837,9 +837,12 @@ setup_hscale_cb (GtkHScale *wid, const setting *set)
|
||||
{
|
||||
static int tag = 0;
|
||||
|
||||
setup_set_int (&setup_prefs, set, gtk_range_get_value(GTK_RANGE(wid)));
|
||||
if(tag == 0)
|
||||
tag = g_idle_add ((GSourceFunc)setup_apply_tint, &tag);
|
||||
setup_set_int (&setup_prefs, set, (int) gtk_range_get_value (GTK_RANGE (wid)));
|
||||
|
||||
if (tag == 0)
|
||||
{
|
||||
tag = g_idle_add ((GSourceFunc) setup_apply_tint, &tag);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user