SF.net SVN: geany: [826] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Wed Sep 20 12:49:46 UTC 2006
Revision: 826
http://svn.sourceforge.net/geany/?rev=826&view=rev
Author: ntrel
Date: 2006-09-20 05:49:41 -0700 (Wed, 20 Sep 2006)
Log Message:
-----------
Don't move Geany to the current desktop when opening files remotely.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/socket.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-09-20 11:03:33 UTC (rev 825)
+++ trunk/ChangeLog 2006-09-20 12:49:41 UTC (rev 826)
@@ -5,6 +5,8 @@
Add fixed string matching option for Find in Files.
Make fixed string, case sensitive matching default for efficiency.
Sort filenames passed to Grep alphabetically.
+ * src/socket.c:
+ Don't move Geany to the current desktop when opening files remotely.
2006-09-18 Enrico Tröger <enrico.troeger at uvena.de>
Modified: trunk/src/socket.c
===================================================================
--- trunk/src/socket.c 2006-09-20 11:03:33 UTC (rev 825)
+++ trunk/src/socket.c 2006-09-20 12:49:41 UTC (rev 826)
@@ -356,7 +356,6 @@
geany_debug("got data from socket, but it does not look like a filename");
}
gtk_window_deiconify(GTK_WINDOW(app->window));
- gtk_window_present(GTK_WINDOW(app->window));
}
socket_fd_close(sock);
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