fixing #137428
This commit is contained in:
parent
3cee7a69a3
commit
900acaacde
3 changed files with 57 additions and 20 deletions
|
@ -42,16 +42,6 @@
|
|||
static GtkTreeIter current1stLevelIter;
|
||||
static const char *current1stLevelId;
|
||||
|
||||
#define get_selected_options_list() \
|
||||
gconf_client_get_list (gconf_client_get_default (), \
|
||||
GSWITCHIT_CONFIG_XKB_KEY_OPTIONS, \
|
||||
GCONF_VALUE_STRING, NULL)
|
||||
|
||||
#define set_selected_options_list(list) \
|
||||
gconf_client_set_list (gconf_client_get_default (), \
|
||||
GSWITCHIT_CONFIG_XKB_KEY_OPTIONS, \
|
||||
GCONF_VALUE_STRING, (list), NULL)
|
||||
|
||||
static gboolean
|
||||
can_add_option (GladeXML * dialog)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue