+Fri Oct 24 19:16:46 2008 Søren Sandmann <sandmann@redhat.com>

+
+	* gnome-about-me.c (main): Remove unused GnomeProgram variable
+
+Fri Oct 24 19:19:46 2008  Søren Sandmann  <sandmann@redhat.com>
+
+	* sound-properties-capplet.c (setup_dialog): Delete code for
+	legacy config options
+	
+Fri Oct 24 19:18:37 2008  Søren Sandmann  <sandmann@redhat.com>
+
+	* capplet-util.c: Include <stdlib.h>
+	* capplet-util.h: Delete COPY_FROM_LEGACY macro
+
+Fri Oct 24 19:16:10 2008  Søren Sandmann  <sandmann@redhat.com>
+
+	* gnome-keyboard-properties.c (main): Remove copying of legacy settings
+


svn path=/trunk/; revision=9112
This commit is contained in:
Søren Sandmann Pedersen 2008-10-24 23:22:41 +00:00
parent d552cfc0f3
commit 3a227fbc66
11 changed files with 60 additions and 117 deletions

View file

@ -32,6 +32,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include <glib/gi18n.h>
#include <stdlib.h>
#include "capplet-util.h"