Kaydet (Commit) 15dfd1d0 authored tarafından Nick Treleaven's avatar Nick Treleaven

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
üst a2c0d34c
......@@ -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>
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment