aboutsummaryrefslogtreecommitdiff
path: root/src/notifier.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifier.c')
-rw-r--r--src/notifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notifier.c b/src/notifier.c
index d5e8b5d..7d81f3a 100644
--- a/src/notifier.c
+++ b/src/notifier.c
@@ -146,7 +146,7 @@ get_battery_power_level (IndicatorPowerDevice * battery)
static void
play_low_battery_sound (IndicatorPowerNotifier * self)
{
- const gchar * const key = "Low battery.ogg";
+ const gchar * const key = LOW_BATTERY_SOUND;
gchar * filename;
priv_t * const p = get_priv(self);