forked from AuroraMiddleware/gtk
Fix #161409:
2005-01-05 Federico Mena Quintero <federico@ximian.com> Fix #161409: * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Queue a pending operation to select the first row.
This commit is contained in:
parent
faaee051d1
commit
bbea189a4f
@ -1,3 +1,10 @@
|
||||
2005-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Fix #161409:
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Queue
|
||||
a pending operation to select the first row.
|
||||
|
||||
2005-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't call
|
||||
|
@ -1,3 +1,10 @@
|
||||
2005-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Fix #161409:
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Queue
|
||||
a pending operation to select the first row.
|
||||
|
||||
2005-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't call
|
||||
|
@ -1,3 +1,10 @@
|
||||
2005-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Fix #161409:
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Queue
|
||||
a pending operation to select the first row.
|
||||
|
||||
2005-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't call
|
||||
|
@ -1,3 +1,10 @@
|
||||
2005-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Fix #161409:
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Queue
|
||||
a pending operation to select the first row.
|
||||
|
||||
2005-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't call
|
||||
|
@ -5561,6 +5561,7 @@ shortcuts_row_activated_cb (GtkTreeView *tree_view,
|
||||
&child_iter,
|
||||
&iter);
|
||||
shortcuts_activate_iter (impl, &child_iter);
|
||||
pending_op_queue (impl, PENDING_OP_SELECT_FIRST, NULL);
|
||||
|
||||
gtk_widget_grab_focus (impl->browse_files_tree_view);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user