GNOME settings deamon to control settings and preferences throughout the desktop. this used to be part of gnome-control-center, but it was split of. it depends on some stuff not committed yet (e.g. gnome-desktop update), but having it in tree allows the gtk-frogs to test it more easily.
12 lines
350 B
Plaintext
Executable File
12 lines
350 B
Plaintext
Executable File
$OpenBSD: patch-plugins_sound_gsd-sound-manager_c,v 1.1.1.1 2008/11/11 22:22:41 jasper Exp $
|
|
--- plugins/sound/gsd-sound-manager.c.orig Fri Aug 8 15:38:52 2008
|
|
+++ plugins/sound/gsd-sound-manager.c Fri Aug 8 15:39:12 2008
|
|
@@ -28,6 +28,7 @@
|
|
#include <unistd.h>
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
+#include <signal.h>
|
|
|
|
#include <locale.h>
|
|
|