Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk gui_prefs.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Olivier Abad <oabad@xxxxxxxxxxxxxxxxx>
Date: Mon, 20 Oct 2003 01:06:27 -0500 (CDT)
oabad       2003/10/20 01:06:27 CDT

  Modified files:
    gtk                  gui_prefs.c 
  Log:
  In fileopen_dir_changed_cb() :
  - return FALSE immediately if the text entry is empty ;
  - return FALSE at the end of the function so that the signal is sent to
    the entry. It avoids a Gtk-ERROR (and an abort) :
  file: gtkentry.c: line 4338 (blink_cb): assertion failed:
  GTK_WIDGET_HAS_FOCUS(entry))
  
  Revision  Changes    Path
  1.43      +9 -6      ethereal/gtk/gui_prefs.c