39 lines
816 B
Diff
39 lines
816 B
Diff
Index: gnome-session-2.20.1/gnome-session/splash-widget.c
|
|
===================================================================
|
|
--- gnome-session-2.20.1.orig/gnome-session/splash-widget.c
|
|
+++ gnome-session-2.20.1/gnome-session/splash-widget.c
|
|
@@ -34,6 +34,10 @@ G_DEFINE_TYPE (SplashWidget,
|
|
|
|
static gboolean update_trans_effect (gpointer);
|
|
|
|
+static SplashWidget *global_splash = NULL;
|
|
+
|
|
+
|
|
+
|
|
typedef struct {
|
|
const char *human_name;
|
|
const char *exe;
|
|
@@ -624,7 +628,6 @@ splash_widget_add_icon (SplashWidget *sw
|
|
}
|
|
}
|
|
|
|
-static SplashWidget *global_splash = NULL;
|
|
|
|
static void
|
|
update_icon_with_effect (SplashIcon *si)
|
|
@@ -654,6 +657,7 @@ update_icon_with_effect (SplashIcon *si)
|
|
}
|
|
}
|
|
|
|
+
|
|
static gboolean
|
|
update_trans_effect (gpointer splash_icon)
|
|
{
|
|
@@ -725,3 +729,6 @@ splash_hide (void)
|
|
}
|
|
}
|
|
|
|
+
|
|
+
|
|
+
|