[gthumb] give focus to the file list by default
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] give focus to the file list by default
- Date: Thu, 18 Feb 2010 18:34:03 +0000 (UTC)
commit 21ea9a8760f22977e4403b8728609f42a492cf83
Author: Paolo Bacchilega <paobac src gnome org>
Date: Thu Feb 18 19:20:29 2010 +0100
give focus to the file list by default
[bug #608364]
gthumb/gth-browser.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gthumb/gth-browser.c b/gthumb/gth-browser.c
index 553c746..bde3904 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -2955,6 +2955,7 @@ _gth_browser_construct_step2 (gpointer data)
gth_hook_invoke ("gth-browser-construct-idle-callback", browser);
_gth_browser_monitor_entry_points (browser);
+ gtk_widget_grab_focus (gth_browser_get_file_list_view (browser));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]