From 107a5113a51155031b58834d623baa6be0903035 Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 27 Feb 2015 01:16:40 +0100 Subject: raise window after playing --- gplay.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gplay.c') diff --git a/gplay.c b/gplay.c index 5659ee8..ca2dc56 100644 --- a/gplay.c +++ b/gplay.c @@ -447,6 +447,7 @@ static UniqueResponse app_handle_message_received(UniqueApp *app, gint command, if (uris && uris[0]) { open_media(uris[0]); play_media(); + gtk_window_present_with_time(main_win, timestamp); return UNIQUE_RESPONSE_OK; } } -- cgit v1.2.3