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:
parent
39dc62b223
commit
904cbeb3cf
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue