mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge Simon Arlott's 'bug-797507' into stable.
This commit is contained in:
commit
d624148313
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user