handle the new eggcellrendererkeys signal.

Tue May 21 19:36:13 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-keybinding-properties.c (accel_edited_callback):
	 handle the new eggcellrendererkeys signal.
This commit is contained in:
Jonathan Blandford 2002-05-21 23:35:30 +00:00 committed by Jonathan Blandford
parent 26e67dbc73
commit b1577971a2
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue May 21 19:36:13 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-keybinding-properties.c (accel_edited_callback):
handle the new eggcellrendererkeys signal.
Sat May 18 18:25:02 2002 Jonathan Blandford <jrb@gnome.org>
* gnome-keybinding-properties.c: (append_keys_to_tree),

View file

@ -659,6 +659,7 @@ accel_edited_callback (GtkCellRendererText *cell,
const char *path_string,
guint keyval,
GdkModifierType mask,
guint keycode,
gpointer data)
{
GtkTreeView *view = (GtkTreeView *)data;

View file

@ -213,7 +213,7 @@
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>