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:
parent
a2c0d34c58
commit
15dfd1d010
@ -5,6 +5,8 @@
|
|||||||
Add fixed string matching option for Find in Files.
|
Add fixed string matching option for Find in Files.
|
||||||
Make fixed string, case sensitive matching default for efficiency.
|
Make fixed string, case sensitive matching default for efficiency.
|
||||||
Sort filenames passed to Grep alphabetically.
|
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>
|
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");
|
geany_debug("got data from socket, but it does not look like a filename");
|
||||||
}
|
}
|
||||||
gtk_window_deiconify(GTK_WINDOW(app->window));
|
gtk_window_deiconify(GTK_WINDOW(app->window));
|
||||||
gtk_window_present(GTK_WINDOW(app->window));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
socket_fd_close(sock);
|
socket_fd_close(sock);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user