forked from pool/gnome-shell
+ gnome-shell-gdm-login-applet.patch + gnome-shell-domain.patch + gnome-shell-fate324570-Make-GDM-background-image-configurable.patch + gnome-shell-jsc#SLE-16051-Input-method-recommendation.patch - Comment out gs-fate318433-prevent-same-account-multi-logins.patch Needs to be removed or rebased. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=584
14 lines
419 B
Diff
14 lines
419 B
Diff
Index: gnome-shell-45.0/src/main.c
|
|
===================================================================
|
|
--- gnome-shell-45.0.orig/src/main.c
|
|
+++ gnome-shell-45.0/src/main.c
|
|
@@ -736,7 +736,7 @@ main (int argc, char **argv)
|
|
g_object_unref (shell_global_get ());
|
|
|
|
g_debug ("Tearing down the mutter context");
|
|
- meta_context_destroy (g_steal_pointer (&context));
|
|
+ g_steal_pointer (&context);
|
|
|
|
return ecode;
|
|
}
|