remove obsolete files remove leftover bits from bug #386413 to make

2007-06-02  Jens Granseuer  <jensgr@gmx.net>

	* at-startup-session.c:
	* at-startup-session.h: remove obsolete files
	* main.c: (at_enable_toggled): remove leftover bits from bug
	#386413 to make distcheck pass

svn path=/trunk/; revision=7682
This commit is contained in:
Jens Granseuer 2007-06-02 12:02:22 +00:00 committed by Jens Granseuer
parent 2406e80748
commit 3aaf0a7472
4 changed files with 7 additions and 208 deletions

View file

@ -6,13 +6,10 @@
#include "capplet-util.h"
#include "gconf-property-editor.h"
#include "activate-settings-daemon.h"
#include "at-startup-session.h"
#define ACCESSIBILITY_KEY "/desktop/gnome/interface/accessibility"
#define ACCESSIBILITY_KEY_DIR "/desktop/gnome/interface"
static AtStartupState at_startup_state;
static GladeXML *
create_dialog (void)
{
@ -104,7 +101,6 @@ at_enable_toggled (GtkToggleButton *toggle_button,
gconf_client_set_bool (client, ACCESSIBILITY_KEY,
is_enabled,
NULL);
at_startup_state.enabled.support = is_enabled;
g_object_unref (client);
}