[Xfce4-commits] [apps/parole] 01/01: Do not hide cursor on fullscreen events
noreply at xfce.org
noreply at xfce.org
Mon Jun 16 03:16:55 CEST 2014
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository apps/parole.
commit 0c963caae26d3b1448a4f2cae2227a26f0317736
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Jun 15 21:16:49 2014 -0400
Do not hide cursor on fullscreen events
---
src/parole-player.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/parole-player.c b/src/parole-player.c
index a11ab24..f84691b 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -1998,7 +1998,6 @@ parole_player_reset_controls (ParolePlayer *player, gboolean fullscreen)
gtk_window_unfullscreen (GTK_WINDOW (player->priv->window));
gtk_notebook_set_current_page (GTK_NOTEBOOK (player->priv->playlist_nt), current_page);
- parole_player_set_cursor_visible (player, FALSE);
player->priv->full_screen = FALSE;
}
else
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list