change fullscreen_flash to fullscreen (Closes: #166455).

2005-02-07  Sebastien Bacher  <seb128@debian.org>

        * sound-properties-capplet.c: change fullscreen_flash to fullscreen
          (Closes: #166455).
This commit is contained in:
Sebastien Bacher 2005-02-06 23:13:21 +00:00 committed by Sebastien Bacher
parent 39dc62b223
commit 904cbeb3cf
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-02-07 Sebastien Bacher <seb128@debian.org>
* sound-properties-capplet.c: change fullscreen_flash to fullscreen
(Closes: #166455).
2004-11-09 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: install .desktop file in $(datadir)/applications

View file

@ -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 }
};