summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2006-10-22 18:17:21 +0000
committerjoncruz <joncruz@users.sourceforge.net>2006-10-22 18:17:21 +0000
commit3ae0cd2d12329caaf37211d8cfaa0ff8e2628600 (patch)
treef81908f538894ae12e96627a12051b7417c5c9fc /src/widgets/toolbox.cpp
parentAdded patch for updates to doxyfile...great! (diff)
downloadinkscape-3ae0cd2d12329caaf37211d8cfaa0ff8e2628600.tar.gz
inkscape-3ae0cd2d12329caaf37211d8cfaa0ff8e2628600.zip
Key, tab and focus refinement
(bzr r1828)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp4
1 files changed, 4 insertions, 0 deletions
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 );
}