[totem] main: Don't set the waiting cursor on the playlist
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] main: Don't set the waiting cursor on the playlist
- Date: Thu, 23 Jan 2014 12:17:56 +0000 (UTC)
commit c323d382b3cb10bab4da22834b3a905f0a21eb0b
Author: Bastien Nocera <hadess hadess net>
Date: Thu Jan 23 13:12:27 2014 +0100
main: Don't set the waiting cursor on the playlist
src/totem-playlist.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/totem-playlist.c b/src/totem-playlist.c
index a8dcc2e..db63b9b 100644
--- a/src/totem-playlist.c
+++ b/src/totem-playlist.c
@@ -193,15 +193,17 @@ totem_playlist_get_toplevel (TotemPlaylist *playlist)
static void
set_waiting_cursor (TotemPlaylist *playlist)
{
+ /* FIXME: Use g_application_mark_busy()
totem_gdk_window_set_waiting_cursor (gtk_widget_get_window (GTK_WIDGET (totem_playlist_get_toplevel
(playlist))));
- playlist->priv->cursor_ref++;
+ playlist->priv->cursor_ref++; */
}
static void
unset_waiting_cursor (TotemPlaylist *playlist)
{
+ /* FIXME: Use g_application_unmark_busy()
if (--playlist->priv->cursor_ref < 1)
- gdk_window_set_cursor (gtk_widget_get_window (GTK_WIDGET (totem_playlist_get_toplevel
(playlist))), NULL);
+ gdk_window_set_cursor (gtk_widget_get_window (GTK_WIDGET (totem_playlist_get_toplevel
(playlist))), NULL); */
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]