Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 80262
Collapse All | Expand All

(-)gtk+-2.6.1.orig/gtk/gtkdialog.c (+6 lines)
Lines 345-354 Link Here
345
  if (!window->focus_widget)
345
  if (!window->focus_widget)
346
    {
346
    {
347
      GList *children, *tmp_list;
347
      GList *children, *tmp_list;
348
      GtkWidget *first_focus = NULL;
348
      
349
      
349
      do 
350
      do 
350
	{
351
	{
351
	  g_signal_emit_by_name (window, "move_focus", GTK_DIR_TAB_FORWARD);
352
	  g_signal_emit_by_name (window, "move_focus", GTK_DIR_TAB_FORWARD);
353
354
	  if (first_focus == NULL)
355
	    first_focus = window->focus_widget;
356
	  else if (first_focus == window->focus_widget)
357
	    break;
352
	}
358
	}
353
      while (GTK_IS_LABEL (window->focus_widget));
359
      while (GTK_IS_LABEL (window->focus_widget));
354
360

Return to bug 80262