From 3ae0cd2d12329caaf37211d8cfaa0ff8e2628600 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 22 Oct 2006 18:17:21 +0000 Subject: Key, tab and focus refinement (bzr r1828) --- src/widgets/toolbox.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/widgets/toolbox.cpp') diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 287a45f1a..68e9a0653 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -840,6 +840,10 @@ static EgeAdjustmentAction * create_adjustment_action( gchar const *name, ege_adjustment_action_set_focuswidget( act, focusTarget ); } + if ( altx && altx_mark ) { + g_object_set( G_OBJECT(act), "self-id", altx_mark, NULL ); + } + if ( dataKludge ) { gtk_object_set_data( GTK_OBJECT(dataKludge), data, adj ); } -- cgit v1.2.3