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:
parent
26e67dbc73
commit
b1577971a2
3 changed files with 7 additions and 1 deletions
|
@ -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),
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue