after removing an image set the cursor to the newly selected wallpaper so
2009-03-18 Jens Granseuer <jensgr@gmx.net> * appearance-desktop.c: (wp_remove_wallpaper): after removing an image set the cursor to the newly selected wallpaper so that keyboard navigation works as expected (bug #575075) svn path=/trunk/; revision=9373
This commit is contained in:
parent
e67f2ab7f7
commit
d0b55a8864
2 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-03-18 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* appearance-desktop.c: (wp_remove_wallpaper): after removing an
|
||||
image set the cursor to the newly selected wallpaper so that
|
||||
keyboard navigation works as expected (bug #575075)
|
||||
|
||||
==================== 2.25.92 ====================
|
||||
|
||||
2009-02-19 Jens Granseuer <jensgr@gmx.net>
|
||||
|
|
|
@ -410,6 +410,7 @@ wp_remove_wallpaper (GtkWidget *widget,
|
|||
path = gtk_tree_path_new_first ();
|
||||
|
||||
gtk_icon_view_select_path (data->wp_view, path);
|
||||
gtk_icon_view_set_cursor (data->wp_view, path, NULL, FALSE);
|
||||
gtk_tree_path_free (path);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue