Updating branch refs/heads/andrzejr/deskbar-libxfce4panel
to 10c5fc4ef7a8ae553b4eaad8dc87499d3244d949 (commit)
from 6bb30c94b95d70763374c3be3fb5cc6afecd3365 (commit)
commit 10c5fc4ef7a8ae553b4eaad8dc87499d3244d949
Author: Andrzej <[email protected]>
Date: Mon Dec 12 23:12:03 2011 +0900
xfce4-panel-plugin: missing constant in property access.
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;
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits