aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3aef936..f4a59b2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -63,7 +63,7 @@ on_bus_acquired(GDBusConnection *connection,
pgloop = pa_glib_mainloop_new(NULL);
options = indicator_sound_options_gsettings_new();
volume = volume_control_pulse_new(options, pgloop);
- warning = volume_warning_new(options, pgloop);
+ warning = volume_warning_pulse_new(options, pgloop);
service = indicator_sound_service_new (playerlist, volume, accounts, options, warning);