Remove stray 'return' statement. (#136855, David L. Cooper II)
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove stray 'return' statement. (#136855, David L. Cooper II)
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
|
||||||
|
stray 'return' statement. (#136855, David L. Cooper II)
|
||||||
|
|
||||||
2004-03-11 Mark McLoughlin <mark@skynet.ie>
|
2004-03-11 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
* gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
|
* gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
|
||||||
|
|||||||
@ -1,3 +1,8 @@
|
|||||||
|
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
|
||||||
|
stray 'return' statement. (#136855, David L. Cooper II)
|
||||||
|
|
||||||
2004-03-11 Mark McLoughlin <mark@skynet.ie>
|
2004-03-11 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
* gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
|
* gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
|
||||||
|
|||||||
@ -1,3 +1,8 @@
|
|||||||
|
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
|
||||||
|
stray 'return' statement. (#136855, David L. Cooper II)
|
||||||
|
|
||||||
2004-03-11 Mark McLoughlin <mark@skynet.ie>
|
2004-03-11 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
* gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
|
* gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
|
||||||
|
|||||||
@ -1,3 +1,8 @@
|
|||||||
|
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
|
||||||
|
stray 'return' statement. (#136855, David L. Cooper II)
|
||||||
|
|
||||||
2004-03-11 Mark McLoughlin <mark@skynet.ie>
|
2004-03-11 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
* gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
|
* gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
|
||||||
|
|||||||
@ -1,3 +1,8 @@
|
|||||||
|
Thu Mar 11 10:28:30 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkfilechooserembed.c (delegate_initial_focus): Remove
|
||||||
|
stray 'return' statement. (#136855, David L. Cooper II)
|
||||||
|
|
||||||
2004-03-11 Mark McLoughlin <mark@skynet.ie>
|
2004-03-11 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
* gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
|
* gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
|
||||||
|
|||||||
@ -88,7 +88,7 @@ delegate_should_respond (GtkFileChooserEmbed *chooser_embed)
|
|||||||
static void
|
static void
|
||||||
delegate_initial_focus (GtkFileChooserEmbed *chooser_embed)
|
delegate_initial_focus (GtkFileChooserEmbed *chooser_embed)
|
||||||
{
|
{
|
||||||
return _gtk_file_chooser_embed_initial_focus (get_delegate (chooser_embed));
|
_gtk_file_chooser_embed_initial_focus (get_delegate (chooser_embed));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user