[Xfce4-commits] <xfce4-panel:nick/desktop-mode> Libxfce4panel: Add missing constant in property access.

Nick Schermer noreply at xfce.org
Mon Dec 12 20:02:05 CET 2011


Updating branch refs/heads/nick/desktop-mode
         to 0ad68b7861c6a9122df65226ca1501f6193c1ba4 (commit)
       from b16f3cd6eb2ed7c246f55473bfe98b96a5b68977 (commit)

commit 0ad68b7861c6a9122df65226ca1501f6193c1ba4
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