summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-02-27 01:16:40 +0100
committerJavier <dev.git@javispedro.com>2015-02-27 01:16:40 +0100
commit107a5113a51155031b58834d623baa6be0903035 (patch)
treece974c2d1105046027faa96b57cbc0757d412d3a
parentb9f02485d40cae22849ba6ee106023f0f0541a95 (diff)
downloadgplay-master.tar.gz
gplay-master.zip
raise window after playingHEADmaster
-rw-r--r--gplay.c1
1 files changed, 1 insertions, 0 deletions
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;
}
}