]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-application.c
Call gdk_notify_startup_complete when acting as remote
[evince.git] / shell / ev-application.c
index 59ddf31758a1d55121f22a282418a268fac65c23..0c65eec286f809d040d850b7d7ba2f240c99fb35 100644 (file)
@@ -392,6 +392,10 @@ on_reload_cb (GObject      *source_object,
        }
        g_variant_unref (value);
 
+       /* We did not open a window, so manually clear the startup
+        * notification. */
+       gdk_notify_startup_complete ();
+
        ev_application_shutdown (EV_APP);
 }