mirror of https://github.com/GNOME/gimp.git
parent
d8a2777189
commit
123170e099
10
ChangeLog
10
ChangeLog
|
@ -4,14 +4,14 @@
|
|||
and set it in gimp_real_restore(). Added method gimp_is_restored().
|
||||
|
||||
* app/gui/gui.c: call gui_unique_init() in gui_init() instead of
|
||||
that later in gui_restore_after_callback(). By doing so we start
|
||||
our DBus service (or message proxy window on Win32) much earlier
|
||||
in the start process, thus reducing the time frame where two
|
||||
instances of gimp can be launched.
|
||||
doing that later in gui_restore_after_callback(). By doing so we
|
||||
start our DBus service (or message proxy window on Win32) much
|
||||
earlier in the start process, thus reducing the time frame where
|
||||
two instances of GIMP can be launched.
|
||||
|
||||
* app/gui/gui-unique.c
|
||||
* app/gui/gimpdbusservice.c: wait handling the queued file-open
|
||||
requests until gimp is fully restored.
|
||||
requests until GIMP is fully restored.
|
||||
|
||||
* app/gui/splash.c (splash_update): only run one iteration of the
|
||||
main loop. Doing it in a while loop can cause us to get stuck if
|
||||
|
|
Loading…
Reference in New Issue