libgnome r3595 - in trunk: . libgnome
- From: kmaraas svn gnome org
- To: svn-commits-list gnome org
- Subject: libgnome r3595 - in trunk: . libgnome
- Date: Wed, 23 Jan 2008 18:58:42 +0000 (GMT)
Author: kmaraas
Date: Wed Jan 23 18:58:42 2008
New Revision: 3595
URL: http://svn.gnome.org/viewvc/libgnome?rev=3595&view=rev
Log:
2008-01-23 Kjartan Maraas <kmaraas gnome org>
* libgnome/gnome-sound.c: Fix a warning by moving
the prototype for _gnome_sound_set_enabled() a bit.
Patch from dmacks at netspace org. Closes bug #511455.
Modified:
trunk/ChangeLog
trunk/libgnome/gnome-sound.c
Modified: trunk/libgnome/gnome-sound.c
==============================================================================
--- trunk/libgnome/gnome-sound.c (original)
+++ trunk/libgnome/gnome-sound.c Wed Jan 23 18:58:42 2008
@@ -73,8 +73,6 @@
( ( x & 0xff000000 ) >> 24 ) )
#endif
-G_GNUC_INTERNAL void _gnome_sound_set_enabled (gboolean);
-
/**
* gnome_sound_sample_load_wav:
* @file: filename to try loading a WAV file from.
@@ -320,6 +318,8 @@
}
#endif
+G_GNUC_INTERNAL void _gnome_sound_set_enabled (gboolean);
+
void G_GNUC_INTERNAL
_gnome_sound_set_enabled (gboolean enabled)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]