diff options
Diffstat (limited to 'mate-volume-control')
-rw-r--r-- | mate-volume-control/src/gvc-mixer-control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-volume-control/src/gvc-mixer-control.c b/mate-volume-control/src/gvc-mixer-control.c index e587c8f..d7882e1 100644 --- a/mate-volume-control/src/gvc-mixer-control.c +++ b/mate-volume-control/src/gvc-mixer-control.c @@ -1039,13 +1039,13 @@ update_card (GvcMixerControl *control, const pa_card_info *info) { GvcMixerCard *card; - gboolean is_new; + gboolean is_new = FALSE; #if 1 guint i; const char *key; void *state; - g_debug ("Udpating card %s (index: %u driver: %s):", + g_debug ("Updating card %s (index: %u driver: %s):", info->name, info->index, info->driver); for (i = 0; i < info->n_profiles; i++) { |