From 904cbeb3cf167d4c2e35075206c975f3272f524a Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Sun, 6 Feb 2005 23:13:21 +0000 Subject: [PATCH] change fullscreen_flash to fullscreen (Closes: #166455). 2005-02-07 Sebastien Bacher * sound-properties-capplet.c: change fullscreen_flash to fullscreen (Closes: #166455). --- capplets/sound/ChangeLog | 5 +++++ capplets/sound/sound-properties-capplet.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/capplets/sound/ChangeLog b/capplets/sound/ChangeLog index db2d7fd8e..c62d01da3 100644 --- a/capplets/sound/ChangeLog +++ b/capplets/sound/ChangeLog @@ -1,3 +1,8 @@ +2005-02-07 Sebastien Bacher + + * sound-properties-capplet.c: change fullscreen_flash to fullscreen + (Closes: #166455). + 2004-11-09 Mark McLoughlin * Makefile.am: install .desktop file in $(datadir)/applications diff --git a/capplets/sound/sound-properties-capplet.c b/capplets/sound/sound-properties-capplet.c index c6a2b383e..d20c211b1 100644 --- a/capplets/sound/sound-properties-capplet.c +++ b/capplets/sound/sound-properties-capplet.c @@ -85,7 +85,7 @@ props_changed_cb (SoundProperties *p, SoundEvent *event, gpointer data) static GConfEnumStringPair bell_flash_enums[] = { { 0, "frame_flash" }, - { 1, "fullscreen_flash" }, + { 1, "fullscreen" }, { -1, NULL } };