SF.net SVN: geany:[4697] branches/sm/src/socket.c

statc at users.sourceforge.net statc at xxxxx
Tue Feb 23 19:34:01 UTC 2010


Revision: 4697
          http://geany.svn.sourceforge.net/geany/?rev=4697&view=rev
Author:   statc
Date:     2010-02-23 19:34:01 +0000 (Tue, 23 Feb 2010)

Log Message:
-----------
Fix to r4694, sorry.

Modified Paths:
--------------
    branches/sm/src/socket.c

Modified: branches/sm/src/socket.c
===================================================================
--- branches/sm/src/socket.c	2010-02-23 19:33:40 UTC (rev 4696)
+++ branches/sm/src/socket.c	2010-02-23 19:34:01 UTC (rev 4697)
@@ -212,6 +212,7 @@
 gint socket_init(gint argc, gchar **argv)
 {
 	gint sock;
+	gboolean files_sent;
 #ifdef G_OS_WIN32
 	HANDLE hmutex;
 	HWND hwnd;
@@ -243,7 +244,6 @@
 	gchar *display_name = gdk_get_display();
 	gchar *hostname = utils_get_hostname();
 	gchar *p;
-	gboolean files_sent;
 
 	if (display_name == NULL)
 		display_name = g_strdup("NODISPLAY");


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list