[Xfce4-commits] <xfce4-panel:master> Libxfce4panel: Add missing constant in property access.
Nick Schermer
noreply at xfce.org
Sat Dec 24 13:10:19 CET 2011
Updating branch refs/heads/master
to 66faf4adb5817b06fa25dd213bcddaddf09d4198 (commit)
from d8ff795beb64febb59d7952f05a3f9d68aabfbda (commit)
commit 66faf4adb5817b06fa25dd213bcddaddf09d4198
Author: Andrzej <ndrwrdck at gmail.com>
Date: Mon Dec 12 23:12:03 2011 +0900
Libxfce4panel: Add missing constant in property access.
(cherry picked from commit 10c5fc4ef7a8ae553b4eaad8dc87499d3244d949)
libxfce4panel/xfce-panel-plugin.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/libxfce4panel/xfce-panel-plugin.c b/libxfce4panel/xfce-panel-plugin.c
index a27d23f..34a3b5a 100644
--- a/libxfce4panel/xfce-panel-plugin.c
+++ b/libxfce4panel/xfce-panel-plugin.c
@@ -806,6 +806,10 @@ xfce_panel_plugin_get_property (GObject *object,
g_value_set_uint (value, private->nrows);
break;
+ case PROP_MODE:
+ g_value_set_enum (value, private->mode);
+ break;
+
case PROP_SMALL:
g_value_set_boolean (value, private->small);
break;
More information about the Xfce4-commits
mailing list