diff options
author | Denis Gorodnichev <[email protected]> | 2014-05-20 14:33:11 +0400 |
---|---|---|
committer | Denis Gorodnichev <[email protected]> | 2014-05-20 14:33:11 +0400 |
commit | 69ce7af529f553259dd6594876a0d88994dae2f8 (patch) | |
tree | 834067ad744604763b23f3bd8dfc3f40c67d0a1a /libmate-desktop/mate-aboutdialog.c | |
parent | 99308586f09d0924c5b47987c9aa9bf4654550c5 (diff) | |
download | mate-desktop-69ce7af529f553259dd6594876a0d88994dae2f8.tar.bz2 mate-desktop-69ce7af529f553259dd6594876a0d88994dae2f8.tar.xz |
forbid to switch focus between labels
Diffstat (limited to 'libmate-desktop/mate-aboutdialog.c')
-rw-r--r-- | libmate-desktop/mate-aboutdialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmate-desktop/mate-aboutdialog.c b/libmate-desktop/mate-aboutdialog.c index b786b6b..08833ef 100644 --- a/libmate-desktop/mate-aboutdialog.c +++ b/libmate-desktop/mate-aboutdialog.c @@ -498,6 +498,7 @@ mate_about_dialog_init (MateAboutDialog *about) gtk_widget_push_composite_child (); vbox = gtk_vbox_new (FALSE, 8); + gtk_container_set_focus_chain (GTK_CONTAINER (vbox), NULL); gtk_container_set_border_width (GTK_CONTAINER (vbox), 5); gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (dialog)), vbox, TRUE, TRUE, 0); |