Skip to content

Commit

Permalink
Merge Simon Arlott's 'bug-797507' into stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Jul 16, 2023
2 parents 7acfa1a + dcd33f5 commit d624148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gnucash/gnome-utils/gnc-splash.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ splash_destroy_cb (GtkWidget *object, gpointer user_data)
static gboolean
button_press_cb(GtkWidget *widget, GdkEventButton *event, gpointer unused)
{
gnc_destroy_splash_screen();
if (splash)
gtk_window_iconify (GTK_WINDOW (splash));
return TRUE;
}

Expand Down

0 comments on commit d624148

Please sign in to comment.