[rhythmbox] eggwrapbox: Fix getting orientation as a property
- From: Jasper St. Pierre <jstpierre src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [rhythmbox] eggwrapbox: Fix getting orientation as a property
 
- Date: Sun, 21 Oct 2012 21:34:13 +0000 (UTC)
 
commit 9fd763ab2fbf91dbd15be94d38bb95f9726de1d4
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Oct 17 13:12:03 2012 -0400
    eggwrapbox: Fix getting orientation as a property
 widgets/eggwrapbox.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/widgets/eggwrapbox.c b/widgets/eggwrapbox.c
index 3934f05..34e9ac4 100644
--- a/widgets/eggwrapbox.c
+++ b/widgets/eggwrapbox.c
@@ -360,7 +360,7 @@ egg_wrap_box_get_property (GObject      *object,
   switch (prop_id)
     {
     case PROP_ORIENTATION:
-      g_value_set_boolean (value, priv->orientation);
+      g_value_set_enum (value, priv->orientation);
       break;
     case PROP_ALLOCATION_MODE:
       g_value_set_uint (value, priv->mode);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]