summaryrefslogtreecommitdiffstats
path: root/xsettings/xsettings-client.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-10-09 18:44:49 +0000
committerOwen Taylor <otaylor@redhat.com>2002-10-09 18:44:49 +0000
commit35d9be8ed09b52d5a13dacd9ac98a4b3df139a67 (patch)
tree9ac08ccefb35d05fdf6a997a8d9a195808de9e75 /xsettings/xsettings-client.h
parent343c7e5072fd52093ab36576d4e8f74d468fb606 (diff)
downloadxdg-specs-35d9be8ed09b52d5a13dacd9ac98a4b3df139a67.tar.xz
Tue Oct 8 19:19:37 2002 Owen Taylor <otaylor@redhat.com>
* xsettings-common.c (xsettings_setting_free): Fre the setting name. (Anders Carlsson) * xsettings-client.c (xsettings_client_process_event): Be more selective about which manager client events we process. (Anders Carlsson) * xsettings-client.c (fetch_card8): Fix cut-and-paste bug (Jacob Berkman, bugzilla.gnome.org #73585) * xsettings-client.c (parse_settings): Suppress a signed-unsigned warning (David L. Cooper II bugzilla.gnome.org, #85853) * xsettings-client.h (enum): Remove trailing , (Miroslaw Dobrzanski-Neumann, bugzilla.gnome.org #72182)
Diffstat (limited to 'xsettings/xsettings-client.h')
-rw-r--r--xsettings/xsettings-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsettings/xsettings-client.h b/xsettings/xsettings-client.h
index 1201829..1b13fe3 100644
--- a/xsettings/xsettings-client.h
+++ b/xsettings/xsettings-client.h
@@ -36,7 +36,7 @@ typedef enum
{
XSETTINGS_ACTION_NEW,
XSETTINGS_ACTION_CHANGED,
- XSETTINGS_ACTION_DELETED,
+ XSETTINGS_ACTION_DELETED
} XSettingsAction;
typedef void (*XSettingsNotifyFunc) (const char *name,