[totem] main: Stop the cursor spinner when file gets loaded



commit cf865a2981faaa70677445b9c06b4f834beb25df
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Aug 1 18:25:10 2012 +0200

    main: Stop the cursor spinner when file gets loaded
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680046

 src/totem.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/totem.c b/src/totem.c
index 5334930..00851fa 100644
--- a/src/totem.c
+++ b/src/totem.c
@@ -208,6 +208,8 @@ app_command_line (GApplication             *app,
 	if (startup_called != FALSE) {
 		app_init (totem, argv);
 
+		gdk_notify_startup_complete ();
+
 		/* Don't add files again through totem_options_process_for_server() */
 		g_strfreev (optionstate.filenames);
 		optionstate.filenames = NULL;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]