Revision: 3704 http://geany.svn.sourceforge.net/geany/?rev=3704&view=rev Author: eht16 Date: 2009-04-08 16:06:40 +0000 (Wed, 08 Apr 2009)
Log Message: ----------- When finished sending filenames to a remote instance, notify the environment that we finished starting up.
Modified Paths: -------------- trunk/ChangeLog trunk/src/main.c
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-04-08 16:06:25 UTC (rev 3703) +++ trunk/ChangeLog 2009-04-08 16:06:40 UTC (rev 3704) @@ -4,6 +4,9 @@ When opening files from a remote instance on X11, set the window server time to encourage window managers to pop up the main window (related to #2735467 and #2276179). + * src/main.c: + When finished sending filenames to a remote instance, notify the + environment that we finished starting up.
2009-04-08 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
Modified: trunk/src/main.c =================================================================== --- trunk/src/main.c 2009-04-08 16:06:25 UTC (rev 3703) +++ trunk/src/main.c 2009-04-08 16:06:40 UTC (rev 3704) @@ -949,6 +949,7 @@ /* Socket exists */ if (argc > 1) /* filenames were sent to first instance, so quit */ { + gdk_notify_startup_complete(); g_free(app->configdir); g_free(app->datadir); g_free(app->docdir);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.