[ease] [general] Fixed loading image fill from image path
- From: Nate Stedman <natesm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease] [general] Fixed loading image fill from image path
- Date: Fri, 30 Jul 2010 10:43:37 +0000 (UTC)
commit 889ca00041ce88337d10e322296605edc7641d8f
Author: Nate Stedman <natesm gmail com>
Date: Fri Jul 30 06:42:55 2010 -0400
[general] Fixed loading image fill from image path
I made a huge mistake.
ease-core/ease-background.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ease-core/ease-background.vala b/ease-core/ease-background.vala
index 7712693..f2bdc7a 100644
--- a/ease-core/ease-background.vala
+++ b/ease-core/ease-background.vala
@@ -83,7 +83,7 @@ public class Ease.Background : GLib.Object
image.source =
obj.get_string_member(Theme.BACKGROUND_IMAGE_SOURCE);
image.fill = ImageFillType.from_string(
- obj.get_string_member(Theme.BACKGROUND_IMAGE_SOURCE));
+ obj.get_string_member(Theme.BACKGROUND_IMAGE_FILL));
}
if (obj.has_member(Theme.BACKGROUND_COLOR))
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]