Revision: 4696 http://geany.svn.sourceforge.net/geany/?rev=4696&view=rev Author: statc Date: 2010-02-23 19:33:40 +0000 (Tue, 23 Feb 2010)
Log Message: ----------- Fix to r4692, sorry.
Modified Paths: -------------- branches/sm/src/socket.c
Modified: branches/sm/src/socket.c =================================================================== --- branches/sm/src/socket.c 2010-02-22 22:29:20 UTC (rev 4695) +++ branches/sm/src/socket.c 2010-02-23 19:33:40 UTC (rev 4696) @@ -575,6 +575,7 @@ { if (socket_fd_gets(sock, buf, sizeof(buf)) != -1 && *buf != '.') handle_input_filename(g_strstrip(buf), TRUE); + popup = TRUE; } #ifdef G_OS_WIN32 else if (strncmp(buf, "window", 6) == 0)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.