Kaydet (Commit) d6102046 authored tarafından Enrico Tröger's avatar Enrico Tröger

Deiconify the main window when a new file is opened from the named pipe.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@518 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 424bfd32
2006-07-01 Enrico Tröger <enrico.troeger@uvena.de>
* src/document.c, src/keybindings.c: Added shortcut for Select All.
* src/main.c: Deiconify the main window when a new file is opened from
the named pipe.
2006-07-01 Nick Treleaven <nick.treleaven@btinternet.com>
......
......@@ -332,6 +332,7 @@ static gboolean read_fifo(GIOChannel *source, GIOCondition condition, gpointer d
if (g_file_test(buffer, G_FILE_TEST_IS_REGULAR | G_FILE_TEST_IS_SYMLINK))
{
document_open_file(-1, buffer, 0, FALSE, NULL);
gtk_window_deiconify(GTK_WINDOW(app->window));
}
else
{
......
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