[gnome-control-center] shell: Turn off spinner cursor when launched



commit bd69290c4625bd0595ae37ac529f92badcfbb349
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Mar 29 13:48:58 2011 +0100

    shell: Turn off spinner cursor when launched
    
    Startup notification should be stopped when the window appears.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646045

 shell/control-center.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/shell/control-center.c b/shell/control-center.c
index 7d017b1..d18a63c 100644
--- a/shell/control-center.c
+++ b/shell/control-center.c
@@ -110,6 +110,7 @@ application_command_line_cb (GApplication  *application,
     }
 
   gnome_control_center_present (shell);
+  gdk_notify_startup_complete ();
 
   g_strfreev (argv);
   if (start_panels != NULL)



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