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:
Jens Granseuer 2009-02-20 19:51:44 +00:00 committed by Jens Granseuer
parent 53c0f283cf
commit c9362a670b
2 changed files with 6 additions and 0 deletions

View file

@ -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 ====================
2009-01-28 Bastien Nocera <hadess@hadess.net>

View file

@ -1469,6 +1469,7 @@ update_custom_shortcut (GtkTreeModel *model, GtkTreeIter *iter)
KEYENTRY_COLUMN, key, -1);
client = gconf_client_get_default ();
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);
}
}