don't forget to save the shortcut command, too (bug #572501)
2009-02-20 Jens Granseuer <jensgr@gmx.net> * gnome-keybinding-properties.c: (update_custom_shortcut): don't forget to save the shortcut command, too (bug #572501) svn path=/trunk/; revision=9280
This commit is contained in:
parent
53c0f283cf
commit
c9362a670b
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2009-02-20 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
|
* gnome-keybinding-properties.c: (update_custom_shortcut): don't
|
||||||
|
forget to save the shortcut command, too (bug #572501)
|
||||||
|
|
||||||
==================== 2.25.90 ====================
|
==================== 2.25.90 ====================
|
||||||
|
|
||||||
2009-01-28 Bastien Nocera <hadess@hadess.net>
|
2009-01-28 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
|
@ -1469,6 +1469,7 @@ update_custom_shortcut (GtkTreeModel *model, GtkTreeIter *iter)
|
||||||
KEYENTRY_COLUMN, key, -1);
|
KEYENTRY_COLUMN, key, -1);
|
||||||
client = gconf_client_get_default ();
|
client = gconf_client_get_default ();
|
||||||
gconf_client_set_string (client, key->desc_gconf_key, key->description, NULL);
|
gconf_client_set_string (client, key->desc_gconf_key, key->description, NULL);
|
||||||
|
gconf_client_set_string (client, key->cmd_gconf_key, key->command, NULL);
|
||||||
g_object_unref (client);
|
g_object_unref (client);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue