Don't move Geany to the current desktop when opening files remotely.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@826 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2006-09-20 12:49:41 +00:00
parent a2c0d34c58
commit 15dfd1d010
2 changed files with 2 additions and 1 deletions

View File

@ -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@uvena.de>

View File

@ -356,7 +356,6 @@ gboolean socket_lock_input_cb(GIOChannel *source, GIOCondition condition, gpoint
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);