pantheon.elementary-greeter: 5.0 -> 5.0.1
https://github.com/elementary/greeter/releases/tag/5.0.1
This commit is contained in:
+5
-5
@@ -1,7 +1,7 @@
|
||||
diff --git a/src/Cards/BackgroundImage.vala b/src/Cards/BackgroundImage.vala
|
||||
index b57fb4d..ddfd56c 100644
|
||||
--- a/src/Cards/BackgroundImage.vala
|
||||
+++ b/src/Cards/BackgroundImage.vala
|
||||
diff --git a/src/Widgets/BackgroundImage.vala b/src/Widgets/BackgroundImage.vala
|
||||
index ae9431c..f0f2a49 100644
|
||||
--- a/src/Widgets/BackgroundImage.vala
|
||||
+++ b/src/Widgets/BackgroundImage.vala
|
||||
@@ -9,7 +9,7 @@ public class Greeter.BackgroundImage : Gtk.EventBox {
|
||||
|
||||
public BackgroundImage (string? path) {
|
||||
@@ -16,7 +16,7 @@ index b57fb4d..ddfd56c 100644
|
||||
|
||||
try {
|
||||
- full_pixbuf = new Gdk.Pixbuf.from_file ("/usr/share/backgrounds/elementaryos-default");
|
||||
+ full_pixbuf = new Gdk.Pixbuf.from_file ("@default_wallpaper");
|
||||
+ full_pixbuf = new Gdk.Pixbuf.from_file ("@default_wallpaper@");
|
||||
} catch (GLib.Error e) {
|
||||
critical (e.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user